mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-06 09:55:40 +00:00
ui/pointer: expand documentation
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
+3
-2
@@ -1,7 +1,8 @@
|
||||
// SPDX-License-Identifier: Unlicense OR MIT
|
||||
|
||||
/*
|
||||
Package key implements key and text input handling.
|
||||
Package key implements key and text events and
|
||||
operations.
|
||||
|
||||
The HandlerOp operations is used for declaring key
|
||||
input handlers. Use the Queue interface from package
|
||||
@@ -28,7 +29,7 @@ type HandlerOp struct {
|
||||
// be hidden.
|
||||
type HideInputOp struct{}
|
||||
|
||||
// FocusEvent is sent when a handler gains or looses
|
||||
// FocusEvent is sent when a handler gains or loses
|
||||
// focus.
|
||||
type FocusEvent struct {
|
||||
Focus bool
|
||||
|
||||
Reference in New Issue
Block a user