ebiten/internal/ui
Hajime Hoshi f19e349d38 web: Remove IsNodeJS
gjbt now creates a pseudo-Node environment by creating
window.process object, and this conflicted with an assumption that
Ebiten doesn't nothing on Node environment. See
https://github.com/myitcv/gjbt/pull/13 for the detail.

This change allows Ebiten work on pseudo-Node environment. Even
after this change, Ebiten doesn't work on real Node environment
due to lack of DOM.
2018-06-28 00:12:24 +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 input: Enable mouse wheel input (#628) 2018-06-18 00:38:30 +09:00
ui_js.go web: Remove IsNodeJS 2018-06-28 00:12:24 +09:00
ui_mac.go Add internal/devicescale 2018-01-03 05:22:56 +09:00
ui_mobile.go audio: More intellegent suspending/resuming (#617) 2018-05-26 23:31:04 +09:00
ui_unix.go Rename files _xwindow.go to _unix.go 2018-01-03 23:38:47 +09:00
ui_windows.go Add internal/devicescale 2018-01-03 05:22:56 +09:00
ui.go ui: Change RegularTermination to a value 2018-02-04 00:22:38 +09:00