ebiten/mobile/ebitenmobileview
Hajime Hoshi c927d33457 mobile/ebitenmobileview: Use the common uiContext for layouting
This means that the whole offscreen is cleared correctly.

This change is a little breaking change: SetScreenSize or other
functions no longer works on ebitenmobile. Use Layout instead.

Fixes #1019
2020-02-11 19:40:47 +09:00
..
funcs.go mobile/ebitenmobileview: Use the common uiContext for layouting 2020-02-11 19:40:47 +09:00
game.go mobile: Remove game definition and use ebiten.Game 2020-01-13 17:04:06 +09:00
impl_metal.go mobile/ebitenmobileview: Bug fix: Compile error on Android 2019-10-09 23:03:22 +09:00
impl_notmetal.go mobile/ebitenmobileview: Bug fix: Compile error on Android 2019-10-09 23:03:22 +09:00
touches_android.go mobile/ebitenmobileview: Refactoring: touches 2019-10-11 23:12:05 +09:00
touches_ios.go mobile/ebitenmobileview: Refactoring: touches 2019-10-11 23:12:05 +09:00
touches.go mobile: Exclude non-mobile environments to build 2019-11-18 02:05:51 +09:00