app: update package documentation

Reflect the move of Queue from Window to FrameEvent.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2020-05-14 10:11:18 +02:00
parent 2e25a28a54
commit f16e8fd122
+2 -2
View File
@@ -59,8 +59,8 @@ For example, to display a blank but otherwise functional window:
Event queue
A Window's Queue method returns an event.Queue implementation that distributes
incoming events to the event handlers declared in the latest frame.
A FrameEvent's Queue method returns an event.Queue implementation that distributes
incoming events to the event handlers declared in the last frame.
See the gioui.org/io/event package for more information about event handlers.
Permissions