scummvm/backends/platform/android
antoniou79 64797234e6 ANDROID: Add Control tab for mouse pointer speed
and joystick deadzone. By supporting kFeatureKbdMouseSpeed and kFeatureJoystickDeadzone and registering default values

Both of these config settings (kbdmouse_speed, joystick_deadzone) factor in virtual mouse movement.

Helps handle virtual mouse pointer speed when controlled with DPAD or is too fast for the user
2023-04-02 21:55:56 +03:00
..
org/scummvm/scummvm ANDROID: Add Control tab for mouse pointer speed 2023-04-02 21:55:56 +03:00
android.cpp ANDROID: Add Control tab for mouse pointer speed 2023-04-02 21:55:56 +03:00
android.h ANDROID: Remove redundant exceptions and comments 2023-03-26 14:03:09 +03:00
android.mk ANDROID: Bundle cacert.pem and don't disable certificate checks 2023-04-02 11:39:44 +02:00
asset-archive.cpp ANDROID: Store JNI environment in a thread local variable 2023-01-20 14:14:03 +01:00
asset-archive.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
events.cpp ANDROID: Add Control tab for mouse pointer speed 2023-04-02 21:55:56 +03:00
jni-android.cpp ANDROID: Clean up log code and use Backends::Log 2023-03-26 12:05:12 +03:00
jni-android.h ANDROID: Write to a scummvm.log file 2023-03-25 23:23:12 +02:00
module.mk ANDROID: Introduce back the touch controls for 3D 2021-11-29 00:04:45 +01:00
options.cpp ANDROID: Clean up log code and use Backends::Log 2023-03-26 12:05:12 +03:00
portdefs.h ALL: Add limits.h for all codebase 2022-08-22 15:38:10 +02:00
snprintf.cpp ANDROID: Fix comment 2023-01-20 14:14:03 +01:00
touchcontrols.cpp ANDROID: Fix comment 2023-01-20 14:14:03 +01:00
touchcontrols.h ANDROID: Refactor touch controls to be graphics backend agnostic 2022-01-02 17:45:32 +01:00