[Scummvm-tracker] [ScummVM :: Bugs] #15445: ANDROID: Gesture for middle click (three fingers tap) in direct touch mode

ScummVM :: Bugs trac at scummvm.org
Thu Nov 7 16:09:30 UTC 2024


#15445: ANDROID: Gesture for middle click (three fingers tap) in direct touch mode
-----------------------+----------------------------
Reporter:  antoniou79  |       Owner:  (none)
    Type:  defect      |      Status:  new
Priority:  normal      |   Component:  Port: Android
 Version:              |  Resolution:
Keywords:              |        Game:
-----------------------+----------------------------
Comment (by antoniou79):

 With commit
 https://github.com/scummvm/scummvm/commit/f9251fc030cc1a89625ecfab481ba491f4a507c3
 I attempt to fix the issue of middle click gesture being immediately
 detected as "show keyboard".

 I don't really like what we are doing with the delayed mouse buttons, but
 I can't really think of another way that will also work with the
 "problematic" games while also maintaining responsiveness... (it doesn't
 mean that another way does not exist, of course).

 The issue with my three finger tap gesture being sometimes detected as
 right click, is apparently because the code does indeed think that only
 two fingers are down.

 This could be either because I botch the gesture by doing it too quickly,
 or there's some issue in our code on the java side (not in events.cpp this
 time) for multi-gestures, ie. MultitouchHelper.java.

 If it persists (or another user reports the same) I could have a look in
 the java code.
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/15445#comment:1>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list