scummvm/backends/platform/android
Le Philousophe 106f9caa89 ANDROID: Improve emulated gamepad buttons handling
When triggering buttons on the virtual gamepad, the down and up events
are sent on release. That's a leftover from the previous virtual gamepad
which didn't allow to select the buttons easily.
On the new virtual gamepad, the button choice is better so we can
trigger a button down as soon as the finger is on it.
This fixes a bug in some AGS games which missed the button press because
the release was sent too soon.
Fixes Trac#15444.
2025-02-09 14:00:19 +01:00
..
org/scummvm/scummvm ANDROID: Use the proper USAGE category 2025-02-02 12:22:36 +01:00
android.cpp ANDROID: Use getScummVMAssetsPath to access the assets 2024-11-15 16:01:23 +01:00
android.h ANDROID: Allow packagers to bundle games in the assets 2024-11-12 22:46:21 +01:00
android.mk ANDROID: Make assets installation depend on config.mk 2025-01-26 18:17:05 +01:00
asset-archive.cpp ANDROID: Create a dedicated define for Android backend 2024-09-02 20:53:57 +03:00
asset-archive.h ANDROID: Create a dedicated define for Android backend 2024-09-02 20:53:57 +03:00
build-release.sh BACKENDS: ANDROID: Make the build script executable 2024-12-27 21:35:24 +01:00
events.cpp ANDROID: Merge ScummVMEventsModern and ScummVMEventsBase 2024-11-12 22:39:58 +01:00
fatbundle.mk ANDROID: Make fat target more generic 2024-11-12 22:43:57 +01:00
jni-android.cpp ANDROID: Add helper method to compute assets path 2024-11-15 16:01:23 +01:00
jni-android.h ANDROID: Add helper method to compute assets path 2024-11-15 16:01:23 +01:00
module.mk ANDROID: Fix build 2023-08-13 12:58:45 +02:00
options.cpp GUI: Handle padding for the backend and engine options in the theme definitions 2024-06-14 01:15:12 +02:00
portdefs.h BACKENDS: ANDROID: Fix memchr calls 2025-01-13 13:23:06 +01:00
snprintf.cpp ANDROID: Create a dedicated define for Android backend 2024-09-02 20:53:57 +03:00
touchcontrols.cpp ANDROID: Improve emulated gamepad buttons handling 2025-02-09 14:00:19 +01:00
touchcontrols.h ANDROID: Rework the virtual gamepad controller 2024-08-31 16:45:32 +02:00