ebiten/internal/uidriver/mobile
Hajime Hoshi 978ee26898 ui: Add function aliases *OnUnfocused for *InBackground
Now a window can be floating with SetWindowFloating, the functions
that have suffix 'IsBackground' seems misleading. However, we
cannot rename them due to backward compatibility. Then, let's add
aliases and revisit them when updating the major version of Ebiten.

Fixes #1102
2020-03-21 00:42:00 +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 mobile/ebitenmobileview: Implement InputChars on Android / ebitenmobile 2020-02-23 00:51:49 +09:00
keys.go uidriver/mobile: Implement keyboard key inputs for gomobile-build 2020-02-22 23:57:16 +09:00
ui.go ui: Add function aliases *OnUnfocused for *InBackground 2020-03-21 00:42:00 +09:00