|
|
|
|
@ -258,8 +258,8 @@ class AndroidApplication {
|
|
|
|
|
}; |
|
|
|
|
typedef Containers::EnumSet<Flag, UnsignedByte> Flags; |
|
|
|
|
|
|
|
|
|
static void commandEvent(android_app* app, std::int32_t cmd); |
|
|
|
|
static std::int32_t inputEvent(android_app* app, AInputEvent* event); |
|
|
|
|
static void commandEvent(android_app* state, std::int32_t cmd); |
|
|
|
|
static std::int32_t inputEvent(android_app* state, AInputEvent* event); |
|
|
|
|
|
|
|
|
|
void initialize(); |
|
|
|
|
|
|
|
|
|
|