ebiten/mobile/ebitenmobileview
Hajime Hoshi 7d146fb70b internal/ui: bug fix: IsGL / SetUIView can be called before initialization is done
The functions in the package `mobile/ebitenmobileview` could be invoked
from EbitenViewController even before the graphics driver initialization
is done in theory.

This change fixes this issue by waiting the initialization by
channels. Also, this change adds error handlings at these functions.

Closes #2455
2022-11-15 01:53:20 +09:00
..
input_android.go internal/gamepaddb: enable the database for Android 2022-09-09 22:20:39 +09:00
input_ios.go all: remove the build tag 2022-09-15 00:23:40 +09:00
input.go all: remove old // +build comments (#2431) 2022-11-03 12:55:14 +09:00
keys_android.go rename Ebiten -> Ebitengine 2022-05-25 22:48:19 +09:00
mobile.go all: remove old // +build comments (#2431) 2022-11-03 12:55:14 +09:00
view_ios.go internal/ui: bug fix: IsGL / SetUIView can be called before initialization is done 2022-11-15 01:53:20 +09:00