scummvm/backends/platform/android
antoniou 987becc529 ANDROID: Fix physical mouse behavior and allow multitouch hold and drag
Also added various comments to document behavior.

Minor JE_MULTI event (Fix concerned bad brackets code in the events.cpp for JE_MULTI (multiple fingers held down)
) fix and comments for mouse behavior
Allow onHover to catch the mouse events instead of OnTrackBallEvent()
Also the "system back" button is ignored for the Trackball too because we treat it as mouse in isMouse(e) check
Add multitouch handler class. Handling and early filtering of multitouch events is moved in the new class.
2021-01-10 22:10:29 +02:00
..
org/scummvm/scummvm ANDROID: Fix physical mouse behavior and allow multitouch hold and drag 2021-01-10 22:10:29 +02: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: use gradle's auto-align and set debuggable to false for release build 2020-10-18 13:42:44 +03: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 ANDROID: Add a backend-specific options widget 2020-11-22 16:35:03 +00: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