ebiten/internal/uidriver/glfw
Hajime Hoshi 8dc2301e54 thread: Bug fix: Queue funcs instead of panic
Now the thread object is created at (*UserInterface).Run, we don't
have to care whether the (main) thread is started or not when
Call is called. Admit queueing the functions.

Fixes #884
2019-06-21 11:10:27 +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 thread: Bug fix: Queue funcs instead of panic 2019-06-21 11:10:27 +09:00