mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-05 09:25:38 +00:00
io/key: [API] replace key.InputOp with a filter
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -903,11 +903,6 @@ func (w *Window) processEvent(d driver, e event.Event) bool {
|
||||
handled = false
|
||||
}
|
||||
}
|
||||
// As a special case, the top-most input handler receives all unhandled
|
||||
// events.
|
||||
if !handled {
|
||||
handled = w.queue.QueueTopmost(e)
|
||||
}
|
||||
}
|
||||
w.updateCursor(d)
|
||||
if handled {
|
||||
|
||||
Reference in New Issue
Block a user