diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2025-10-18 14:44:54 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2025-10-18 14:47:21 +0200 |
| commit | 03f09542930eb96a657a88e5b57bf47a95ac73da (patch) | |
| tree | 2b3de603b4ad25471da76dc04ce51a5e7f59f8c2 /go/ui/textInput_generic.go | |
| parent | 848dceaef3578c874633611b81eae465c9255f52 (diff) | |
| download | muhqs-game-main.tar.gz muhqs-game-main.zip | |
Diffstat (limited to 'go/ui/textInput_generic.go')
| -rw-r--r-- | go/ui/textInput_generic.go | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/go/ui/textInput_generic.go b/go/ui/textInput_generic.go deleted file mode 100644 index 7d1004ff..00000000 --- a/go/ui/textInput_generic.go +++ /dev/null @@ -1,15 +0,0 @@ -//go:build !wasm - -package ui - -func (ti *TextInput) Focus(focus bool) { - ti.focused = focus -} - -func (*TextInput) IsUpdatable() bool { return true } -func (ti *TextInput) Update() error { - if ti.focused { - } - - return nil -} |
