Ebitengine Version
54b5200
Operating System
Go Version (go version)
go version go1.24.0 darwin/arm64
What steps will reproduce the problem?
- Open
examples/textinput
- Focus a text field
- Press a 'Delete' key. (Fn + Backspace)
What is the expected result?
Nothing is input.
What happens instead?
U+007F (Delete) is inserted. (On the example, the character is invisible though)
Anything else you feel useful to add?
Usually, pressing a delete key should delete a character on the right of the cursor.