mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
b466ba65b7
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 |
||
---|---|---|
.. | ||
api_windows.go | ||
field.go | ||
textinput_darwin.go | ||
textinput_darwin.m | ||
textinput_js.go | ||
textinput_null.go | ||
textinput_windows.go | ||
textinput.go |