[Scummvm-tracker] [ScummVM :: Bugs] #15444: ANDROID: AGS: Nintendo Switch version of My Big Sister has glitchy gamepad touch controls

ScummVM :: Bugs trac at scummvm.org
Sun Jan 26 12:32:50 UTC 2025


#15444: ANDROID: AGS: Nintendo Switch version of My Big Sister has glitchy gamepad
touch controls
----------------------------------------------+----------------------------
Reporter:  Teashrock                          |       Owner:  (none)
    Type:  defect                             |      Status:  new
Priority:  normal                             |   Component:  Port: Android
 Version:                                     |  Resolution:
Keywords:  android, touch, gamepad emulation  |        Game:
----------------------------------------------+----------------------------
Comment (by lephilousophe):

 This seems to be related with how we generate the events on the action
 buttons.
 We generate a down event immediately followed by an up event.
 For the arrow buttons, we record the up event when the user releases his
 finger.

 I see two options here:
 - use the same behavior for all buttons (that is releasing the button when
 the user releases his finger),
 - generate the up event a bit later (I still have to determine how to
 register it for later).

 Personally, I would say that option 1 would work with how the new gamepad
 is implemented (with delayed hide).

 @antoniou79: do you have an idea?
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/15444#comment:8>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list