scummvm/backends/platform/android
antoniou e69e149bd0 ANDROID: Support multiple right click with one finger down
If the user keeps one finger down they can still generate new right click events

Previously in multitouch events, we supported only one right click event starting from one finger down.
The user subsequently had to restart the multitouch mode for another right click; hence lift all fingers
from the surface and start again.
New behavior allows user to generate a new right click while holding one finger down and putting down and lifting a second finger.
I think this is more intuitive and user friendly, although it might require some getting used to, if one was accustomed to the old behavior
2021-03-28 20:59:39 +03:00
..
org/scummvm/scummvm ANDROID: Support multiple right click with one finger down 2021-03-28 20:59:39 +03:00
android.cpp ANDROID: Fix physical mouse behavior and allow multitouch hold and drag 2021-01-10 22:10:29 +02:00
android.h ANDROID: Fix physical mouse behavior and allow multitouch hold and drag 2021-01-10 22:10:29 +02:00
android.mk ANDROID: Remove README.Android 2021-03-15 18:39:39 +02:00
asset-archive.cpp ANDROID: Merge few files between android and android3d (#2595) 2020-11-03 14:50:54 +01:00
asset-archive.h ANDROID: Add override keywords 2020-10-14 17:48:29 +01:00
events.cpp ANDROID: Fix physical mouse behavior and allow multitouch hold and drag 2021-01-10 22:10:29 +02:00
graphics.cpp ANDROID: Support OSD Messages for U32. 2020-08-30 14:43:41 +02:00
graphics.h ANDROID: Add override keywords 2020-10-14 17:48:29 +01:00
jni-android.cpp ANDROID: Get current version info from the global gScummVMVersion 2020-11-25 16:41:47 +02:00
jni-android.h ANDROID: Get current version info from the global gScummVMVersion 2020-11-25 16:41:47 +02:00
module.mk ANDROID: Add a backend-specific options widget 2020-11-22 16:35:03 +00:00
options.cpp GUI: Add a checkbox to allow overriding the global backend settings 2021-03-15 16:52:52 +02:00
portdefs.h ANDROID: Override UTF-8 compliant definition of vsn_printf 2019-11-12 20:01:43 +02:00
snprintf.cpp ANDROID: Override UTF-8 compliant definition of vsn_printf 2019-11-12 20:01:43 +02:00