[Scummvm-tracker] [ScummVM :: Bugs] #12532: PORTS: ANDROID: Mouse Cursor Snaps to Top Left Corner on Android 8.1.0 Device

ScummVM :: Bugs trac at scummvm.org
Sun Mar 19 17:28:32 UTC 2023


#12532: PORTS: ANDROID: Mouse Cursor Snaps to Top Left Corner on Android 8.1.0
Device
-------------------------------------------------+-------------------------
Reporter:  Zeimyth                               |       Owner:
                                                 |  lephilousophe
    Type:  defect                                |      Status:  pending
Priority:  normal                                |   Component:  Port:
                                                 |  Android
 Version:                                        |  Resolution:  pending
Keywords:  android touch mouse cursor snap top   |        Game:
  left                                           |
-------------------------------------------------+-------------------------
Changes (by lephilousophe):

 * owner:  (none) => lephilousophe
 * status:  new => pending
 * resolution:   => pending

Comment:

 First, is it possible to check again with latest version?

 Then, is it possible to try something else?
 Before the line `return onMouseEvent(motionEvent, true);`
 Add:
 {{{
 if (!isMouse(motionEvent)) {
     return false;
 }
 }}}
 That would have the effect to ignore hover events from touchscreens.
 I am not sure we want them anyway.
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/12532#comment:15>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list