Commit Graph

5 Commits

Author SHA1 Message Date
Mis012
7e071fc6cc api-impl-jni/android_app_NativeActivity.c: call ANativeWindow_release to get rid of the old surface, e.g when resizing 2023-09-15 11:40:54 +02:00
Mis012
85b2a60fb0 src/api-impl-jni/android_app_NativeActivity.c: strdup datadir paths before freeing them 2022-11-24 15:46:43 +01:00
Mis012
33b4515cb9 add support for the boneheaded method of receiving input events that is used by NativeActivity apps
currently, our "not-actually-a-queue" implementation is quite ugly,
hopefully it might be possible to make it look somewhat sane while
not needing to make it as much of a queue as it is on android
2022-11-11 19:18:21 +01:00
Mis012
7ad1ce86f2 call onStart when starting an activity; uncomment handler for onWindowFocusChanged in NativeActivity 2022-11-08 21:12:41 +01:00
Mis012
7d3cefafef api-impl: add initial support for NativeAcivity 2022-11-04 19:28:46 +01:00