ebiten/internal/uidriver/glfw
Hajime Hoshi de4b439228 uidriver/glfw: Bug fix: Thread must be set before the loop starts
The graphics driver needs to have its thread before the loop
starts, or the driver crashes (nil reference) when it tries to use
the thread.
2019-06-24 02:03:14 +09:00
..
hideconsole_notwindows.go Add uidriver package and move UI implementation to this packaage 2019-04-07 18:21:16 +09:00
hideconsole_windows.go Add uidriver package and move UI implementation to this packaage 2019-04-07 18:21:16 +09:00
input.go driver: Remove UI.AdjustPosition 2019-04-07 19:31:49 +09:00
keys.go uidriver: Move input implementation to uidrivers 2019-04-07 19:16:00 +09:00
ui_darwin.go Add uidriver package and move UI implementation to this packaage 2019-04-07 18:21:16 +09:00
ui_unix.go Revert "uidriver/glfw: Rename ui_unix.go -> ui_linbsd.go" 2019-04-09 01:06:07 -04:00
ui_windows.go Add uidriver package and move UI implementation to this packaage 2019-04-07 18:21:16 +09:00
ui.go uidriver/glfw: Bug fix: Thread must be set before the loop starts 2019-06-24 02:03:14 +09:00