[Scummvm-tracker] [ScummVM :: Bugs] #10996: Gamepad cursor jumps to the far left when you move it to the right side in Fullscreen mode
ScummVM :: Bugs
trac at scummvm.org
Thu Jun 27 20:14:54 CEST 2019
#10996: Gamepad cursor jumps to the far left when you move it to the right side in
Fullscreen mode
---------------------+--------------------
Reporter: rophel | Owner: bgK
Type: defect | Status: closed
Priority: normal | Component: Common
Resolution: fixed | Keywords:
Game: |
---------------------+--------------------
Changes (by bgK):
* owner: (none) => bgK
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"0a8049e30c97acac5ae5f55a722173dfbc20cd25" 0a8049e]:
{{{
#!CommitTicketReference repository=""
revision="0a8049e30c97acac5ae5f55a722173dfbc20cd25"
SDL: Fix gamepad mouse cursor wrapping on hi-res screens
The cursor position was overflowing a signed 16-bits integer once
multiplied with MULTIPLIER when using a resolution such as 2560x1440.
It would be nice changing this code to make more sense, sadly it is
thightly coupled with platform specific subclasses.
Fixes #10996.
}}}
--
Ticket URL: <https://bugs.scummvm.org/ticket/10996#comment:6>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list