dolphin/Source/Android/app
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
..
src/main ControllerInterface/Android: Handle input events 2023-03-03 22:28:23 +01:00
.gitignore Android: Update the gradle file to use android studio 2.2 cmake. 2016-10-05 23:44:10 +02:00
build.gradle Android: Replace Glide with Coil image loading 2023-02-20 00:38:24 -05:00
proguard-rules.pro Android: Enable R8 code shrinking 2021-11-19 22:56:34 +01:00