ebiten/exp/textinput
Hajime Hoshi 7eee3929de exp/textinput: bug fix: a virtual keybord didn't show on iOS Safari
This change fixes the issue by processing a textarea element in a
click or touchstart event.

There is still little odd behaviors, like a keyboard is sometimes
not shown. Let's fix them later.

Updates #2898
2024-02-05 01:01:02 +09:00
..
textinput_darwin.go internal/ui: refactoring: reduce global functions and prefer Get() 2023-10-15 03:40:48 +09:00
textinput_darwin.m add exp/textinput package 2023-07-05 02:09:04 +09:00
textinput_js.go exp/textinput: bug fix: a virtual keybord didn't show on iOS Safari 2024-02-05 01:01:02 +09:00
textinput_null.go add exp/textinput package 2023-07-05 02:09:04 +09:00
textinput.go internal/ui: refactoring: reduce global functions and prefer Get() 2023-10-15 03:40:48 +09:00