Files
ebiten/exp/textinput
Hajime Hoshi b466ba65b7 exp/textinput: bug fix: issues on browsers
This change addresses on these issues on browsers:

* Pressing cursor keys didn't work well.
  This is fixed by calling trySend with true on desktops (not mobiles).
* Inputting failed just after moving a cursor.
  This is fixed by resetting a session correctly.
* Sometimes pressing the enter key inserted a new line unexpectedly.
  This is fixed by calling `preventDefault`.

Closes #3014
2024-06-12 01:31:52 +09:00
..
2024-03-02 17:17:27 +09:00
2023-07-05 02:09:04 +09:00