ebiten/mobile
Hajime Hoshi 7a00f0f599 mobile: Bug fix: mutex is necessary for start and update
mobile's Start and Update can be called from different threads.
Especially, on Android, this behavior is noted explicitly at
https://developer.android.com/reference/android/opengl/GLSurfaceView.Renderer
2018-05-03 22:02:49 +09:00
..
impl_empty.go Add FreeBSD support (#352) 2017-05-11 19:09:13 +09:00
impl_mobile.go mobile: Bug fix: mutex is necessary for start and update 2018-05-03 22:02:49 +09:00
mobile.go mobile: Accept gomobile build (#249) 2018-03-24 02:52:42 +09:00
touches_android.go mobile: UpdateTouchesOnIOS should take int64 ptrs 2016-06-26 15:33:21 +09:00
touches_empty.go Add FreeBSD support (#352) 2017-05-11 19:09:13 +09:00
touches_ios.go mobile: Fix iOS tag usages (#310) 2017-01-26 01:32:33 +09:00
touches_mobile.go ui: Adjust touch positions at ui package (mobile) 2018-04-03 01:50:07 +09:00