hajimehoshi / ebiten

Ebitengine - A dead simple 2D game engine for Go
https://ebitengine.org
Apache License 2.0
11.12k stars 664 forks source link

exp/textinput: textinput should work even without the IME implementation #3072

Closed hajimehoshi closed 3 months ago

hajimehoshi commented 3 months ago

Operating System

What feature would you like to be added?

Now textinput.Field does nothing for Linux, but we can have a pseudo implementation with the current Ebitengine API, even though IME would not work there.

Why is this needed?

This would improve user experience with textinput