ebiten/internal/driver
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
..
gamepadbutton.go input: Move MouseButton and GamepadButton to driver package 2019-03-30 23:19:52 +09:00
graphics.go thread: Rename mainthread -> thread and add struct Thread 2019-06-06 00:25:53 +09:00
input.go driver: Remove Touch struct 2019-04-07 19:25:10 -04:00
keys.go input: Move Key to driver package 2019-03-30 23:39:56 +09:00
mousebutton.go input: Move MouseButton and GamepadButton to driver package 2019-03-30 23:19:52 +09:00
ui.go driver: Remove UI.Loop and add UI.RunWithoutMainLoop 2019-04-09 21:55:59 -04:00