ebiten/internal/ui
Hajime Hoshi a073f48faf input: Bug fix: keypress event were not fired
This change suspends to 'preventDefault' on keydown events.

Now preventing navigation by pressing backspace is deprecated in
Chrome. For other keys, it looks like keyup's preventDefault is
enough to disable the browser default behavior.
2018-10-13 19:18:13 +09:00
..
hideconsole_notwindows.go ui: Rename files 2017-05-13 19:50:40 +09:00
hideconsole_windows.go Fix misspelling 2017-07-23 22:50:18 +09:00
ui_glfw.go ui: Bug fix: IsVsyncEnabled can cause deadlock 2018-10-10 23:17:45 +09:00
ui_js.go input: Bug fix: keypress event were not fired 2018-10-13 19:18:13 +09:00
ui_mac.go ui: Avoid glfw.GetCurrentContext for threading issues 2018-10-10 01:45:39 +09:00
ui_mobile.go ui: Rename MonitorSize -> ScreenSizeInFullscreen (#708) 2018-10-09 23:42:03 +09:00
ui_unix.go ui: Avoid glfw.GetCurrentContext for threading issues 2018-10-10 01:45:39 +09:00
ui_windows.go ui: Avoid glfw.GetCurrentContext for threading issues 2018-10-10 01:45:39 +09:00
ui.go ui: Change RegularTermination to a value 2018-02-04 00:22:38 +09:00