mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-05 01:15:35 +00:00
ui: merge package input
Event handling is as fundamental as operations, so move the input package declarations to package ui. Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
+3
-3
@@ -57,9 +57,9 @@ For example, to display a blank but otherwise functional window:
|
||||
|
||||
Event queue
|
||||
|
||||
A Window's Queue method returns an input.Queue implementation that distributes
|
||||
incoming events to the input handlers declared in the latest call to Update.
|
||||
See the gioui.org/ui/input package for more information about input handlers.
|
||||
A Window's Queue method returns an ui.Queue implementation that distributes
|
||||
incoming events to the event handlers declared in the latest call to Update.
|
||||
See the gioui.org/ui package for more information about event handlers.
|
||||
|
||||
*/
|
||||
package app
|
||||
|
||||
Reference in New Issue
Block a user