SDL/android-project/app
Sam Lantinga 59b38dfe85 Revert "Change controller sensor state on the main UI thread on Android"
This reverts commit c362f1341f.

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()

(cherry picked from commit 02975994c1)
2026-05-17 12:12:20 -07:00
..
jni android: don't promote custom SDL3::SDL3 targets 2025-10-03 21:08:14 +02:00
src/main Revert "Change controller sensor state on the main UI thread on Android" 2026-05-17 12:12:20 -07:00
build.gradle Use ndk r28 by default for 16KB page alignment 2025-10-08 21:34:19 -07:00
proguard-rules.pro Update showFileDialog in proguard-rules.pro 2026-05-15 08:59:51 -07:00