ebiten/internal/uidriver/glfw
Hajime Hoshi 15a5896efd thread: Rename mainthread -> thread and add struct Thread
This enables thread available not only for the main thread but also
any threads.

This is a preparation for iOS Metal, that runs drawing functions on
a particular thread.

Updates #737
2019-06-06 00:25:53 +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: Rename mainthread -> thread and add struct Thread 2019-06-06 00:25:53 +09:00