dolphin/Source/Android
JosJuice ca508e4503 ControllerInterface/Android: Handle input events
Android doesn't let us poll inputs whenever we want. Instead, we
listen to input events (activities will have to forward them to the
input backend), and store the received values in atomic variables
in the Input classes. This is similar in concept to how ButtonManager
worked, but without its homegrown second input mapping system.
2023-03-03 22:28:23 +01:00
..
app ControllerInterface/Android: Handle input events 2023-03-03 22:28:23 +01:00
benchmark Android: Update benchmark module dependencies 2023-01-14 18:41:18 -05:00
gradle/wrapper Android: Upgrade gradle from 7.5.1 to 7.6 2023-01-14 18:29:39 -05:00
jni Android: Remove old rumble implementation 2023-03-03 22:28:23 +01:00
.gitignore Android:Changes to simplify command-line building of the app, and bugfixes to the Gradle script 2015-07-13 09:37:44 -04:00
build.gradle Android: Upgrade AGP from 7.3.1 to 7.4.0 2023-01-14 18:30:07 -05:00
code-style-java.xml Android: Update code-style-java for androidx files 2020-09-08 05:59:08 -04:00
gradle.properties Android: Introduce Kotlin support 2022-12-11 12:59:58 -05:00
gradlew Convert the Android source code to the directory structure of a Gradle-based Android Studio project. 2015-05-02 21:49:17 -04:00
gradlew.bat Convert the Android source code to the directory structure of a Gradle-based Android Studio project. 2015-05-02 21:49:17 -04:00
settings.gradle Android: Introduce Kotlin support 2022-12-11 12:59:58 -05:00