mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-04 00:45:35 +00:00
ui/input: rename Queue to Router and Events to Queue
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
+2
-2
@@ -4,9 +4,9 @@
|
||||
// such as pointer and key provide the interfaces for specific input types.
|
||||
package input
|
||||
|
||||
// Events maps an event handler key to the events
|
||||
// Queue maps an event handler key to the events
|
||||
// available to the handler.
|
||||
type Events interface {
|
||||
type Queue interface {
|
||||
Events(k Key) []Event
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user