dolphin/Source/Android/jni/Input
JosJuice 516c1314d2 Android: Don't use separate thread for MotionAlertDialog
This is an Android continuation of bc95c00. We now call
InputDetector::Update immediately after receiving an input event from
Android instead of periodically calling it in a sleep loop. This
improves detection of very short inputs, which are especially likely to
occur for volume buttons on phones (or at least on my phone) if you
don't intentionally keep them held down.
2025-03-23 21:39:04 +01:00
..
Control.cpp Android: Add new input mapping implementation 2023-03-03 22:28:24 +01:00
Control.h Android: Add new input mapping implementation 2023-03-03 22:28:24 +01:00
ControlGroup.cpp Android: Implement enabling/disabling control groups 2023-03-03 22:28:24 +01:00
ControlGroup.h Android: Add new input mapping implementation 2023-03-03 22:28:24 +01:00
ControlReference.cpp Android: Add the advanced input mapping dialog 2023-03-07 17:39:30 +01:00
ControlReference.h Android: Add new input mapping implementation 2023-03-03 22:28:24 +01:00
CoreDevice.cpp Android: Add the advanced input mapping dialog 2023-03-07 17:39:30 +01:00
CoreDevice.h Android: Add the advanced input mapping dialog 2023-03-07 17:39:30 +01:00
EmulatedController.cpp Merge pull request #13311 from iwubcode/dynamic_input_textures_reduce_image_writes 2025-03-23 15:12:28 -04:00
EmulatedController.h Android: Add input device selection 2023-03-03 22:28:24 +01:00
InputDetector.cpp Android: Don't use separate thread for MotionAlertDialog 2025-03-23 21:39:04 +01:00
InputOverrider.cpp Android: Use input override system for touch controls 2022-10-03 22:04:09 +02:00
MappingCommon.cpp Android: Don't use separate thread for MotionAlertDialog 2025-03-23 21:39:04 +01:00
NumericSetting.cpp Android: Add extension selection 2023-03-03 22:28:24 +01:00
NumericSetting.h Android: Add NumericSetting support 2023-03-03 22:28:24 +01:00