mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-02 07:57:29 +00:00
ui: documentation tweaks
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -33,6 +33,8 @@ package input
|
||||
// Queue maps an event handler key to the events
|
||||
// available to the handler.
|
||||
type Queue interface {
|
||||
// Next returns the next available event, or
|
||||
// false if none are available.
|
||||
Next(k Key) (Event, bool)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user