SDL/android-project
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
..
app Revert "Change controller sensor state on the main UI thread on Android" 2026-05-17 12:12:20 -07:00
gradle/wrapper Updated to the latest version of gradle, with support for Android SDK 35 2024-12-30 13:13:52 -08:00
build.gradle Updated the Android gradle plugin to version 8.7.3 2025-01-01 14:33:18 -08:00
gradle.properties
gradlew
gradlew.bat
settings.gradle