mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-05 17:35:36 +00:00
io/event: move event types from package ui to its own package
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ For example, to display a blank but otherwise functional window:
|
||||
|
||||
Event queue
|
||||
|
||||
A Window's Queue method returns an ui.Queue implementation that distributes
|
||||
A Window's Queue method returns an event.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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user