forked from joejulian/gio
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:
@@ -1087,7 +1087,7 @@ func (w *window) nativeWindow(visID int) (unsafe.Pointer, int, int) {
|
||||
return unsafe.Pointer(w.surf), width * scale, height * scale
|
||||
}
|
||||
|
||||
func (w *window) setTextInput(s key.TextInputState) {}
|
||||
func (w *window) showTextInput(show bool) {}
|
||||
|
||||
// detectFontScale reports current font scale, or 1.0
|
||||
// if it fails.
|
||||
|
||||
Reference in New Issue
Block a user