mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-05 17:35:36 +00:00
ui/app,ui/key: move TextInputState from key to internal package
Clients have no need for the TextInputState type. Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -65,7 +65,7 @@ func (q *Router) Add(e input.Event) bool {
|
||||
return q.handlers.Updated()
|
||||
}
|
||||
|
||||
func (q *Router) InputState() key.TextInputState {
|
||||
func (q *Router) TextInputState() TextInputState {
|
||||
return q.kqueue.InputState()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user