From f16e8fd122e35769f03667839bec640f6ef5f802 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Thu, 14 May 2020 10:11:18 +0200 Subject: [PATCH] app: update package documentation Reflect the move of Queue from Window to FrameEvent. Signed-off-by: Elias Naur --- app/doc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/doc.go b/app/doc.go index 2ce11f8b..339c1dd2 100644 --- a/app/doc.go +++ b/app/doc.go @@ -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