ebiten/exp/textinput
Hajime Hoshi 546c47878d 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:15 +09:00
..
api_windows.go exp/textinput: implement for Windows 2024-03-09 23:05:19 +09:00
field.go exp/textinput: bug fix: issues on browsers 2024-06-12 01:31:15 +09:00
textinput_darwin.go exp/textinput: bug fix: go-vet error 2024-04-04 12:41:11 +09:00
textinput_darwin.m exp/textinput: rewrite Objective-C into Go partially 2024-04-04 11:59:15 +09:00
textinput_js.go exp/textinput: bug fix: issues on browsers 2024-06-12 01:31:15 +09:00
textinput_null.go exp/textinput: implement for Windows 2024-03-09 23:05:19 +09:00
textinput_windows.go exp/textinput: implement for Windows 2024-03-09 23:05:19 +09:00
textinput.go cmd/ebitenmobile, exp/textinput: typo 2024-03-27 15:40:37 +09:00