ebiten/internal/uidriver/mobile
Hajime Hoshi deb3d4a0c3 uidriver/mobile: Bug fix: Freeze on Pixel 4
An Ebiten application often freezes on Pixel 4. Apparently adding
loggings or runtime.Gosched hides the issue, though this doesn't fix
the root cause. The root cause might be in gomobile itself, but it
seeems really hard to make a minimum case.

As a tentative fix, add runtime.Gosched to avoid freezing.

Fixes #1322
2020-08-29 22:02:54 +09:00
..
graphics_ios.go driver: Let UI have Graphics 2020-01-03 18:32:27 +09:00
graphics_opengl.go uidriver/mobile: Prevent non-mobile environments from compiling 2020-01-18 21:15:56 +09:00
input.go driver: Simplify UIContext.Update 2020-04-03 00:18:27 +09:00
keys.go uidriver/mobile: Implement keyboard key inputs for gomobile-build 2020-02-22 23:57:16 +09:00
ui.go uidriver/mobile: Bug fix: Freeze on Pixel 4 2020-08-29 22:02:54 +09:00