SDL/android-project/app/src/main
Sam Lantinga 8c89a076a7 Fixed deadlock introduced by 7222c04fbf
It turns out this change causes a deadlock:
The main UI thread calls synchronized handleMotionEvent() which then calls SDL_LockJoysticks()
The main app thread calls SDL_LockJoysticks() and then synchronized pollInputDevices()
2026-05-17 12:22:12 -07:00
..
java/org/libsdl/app Fixed deadlock introduced by 7222c04fbf 2026-05-17 12:22:12 -07:00
res android: Default to custom theme in styles.xml 2024-05-31 09:04:06 -07:00
AndroidManifest.xml Use singleTop launchMode for SDLActivity on Android 2026-04-11 20:04:46 +02:00