ebiten/mobile/ebitenmobileview
Hajime Hoshi 12d0f273ec mobile/ebitenmobileview: Allow to call update before start
This fixes an issue that Update on another thread returns error
when SetGame is not called. As SetGame is permitted to be called
later, Update should not return error.
2019-10-11 22:14:19 +09:00
..
funcs.go mobile/ebitenmobileview: Bug fix: Compile error on Android 2019-10-09 23:03:22 +09:00
game.go mobile/ebitenmobileview: Allow Layout without SetGame 2019-09-23 16:54:33 +09:00
impl_metal.go mobile/ebitenmobileview: Bug fix: Compile error on Android 2019-10-09 23:03:22 +09:00
impl_mobile.go mobile/ebitenmobileview: Allow to call update before start 2019-10-11 22:14:19 +09:00
impl_notmetal.go mobile/ebitenmobileview: Bug fix: Compile error on Android 2019-10-09 23:03:22 +09:00
impl_notmobile.go cmd/ebitenmobile: Use Metal on iOS 2019-10-09 02:13:47 +09:00
touches_android.go mobile/ebitenmobileview: Fix error messages 2019-08-15 03:27:26 +09:00
touches_ios.go mobile/ebitenmobileview: Fix error messages 2019-08-15 03:27:26 +09:00
touches_mobile.go Add ebitenmobileview package for internal usage 2019-08-11 16:32:40 +09:00