scummvm/backends
Bastien Bouclet 0a8049e30c 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.
2019-06-27 20:12:52 +02:00
..
audiocd WIN32: Move all ARRAYSIZE undefs to util.h 2018-12-17 12:28:33 +02:00
cloud CLOUD: Fix MSVC warnings 2019-05-09 18:13:10 +10:00
dialogs WIN32: Ensure the translated dialog strings are using the correct encoding 2019-04-04 01:06:30 +03:00
events SDL: Fix gamepad mouse cursor wrapping on hi-res screens 2019-06-27 20:12:52 +02:00
fs COMMON: Changed DumpFile & StdIOStream to derive from SeekableWriteStream 2019-05-12 11:44:15 +03:00
graphics OPENGLSDL: Move stretch mode handling into OpenGLGraphicsManager 2019-06-24 02:19:28 +03:00
keymapper GUI: Remove Dialog::markAsDirty to expose full GUI redraws 2018-01-27 18:12:34 +01:00
log LOG: fix month in log file 2015-03-20 11:26:42 +01:00
midi WIN32: Move all ARRAYSIZE undefs to util.h 2018-12-17 12:28:33 +02:00
mixer SWITCH: add nintendo switch support 2019-05-12 11:59:44 +03:00
mutex ANDROID: Add a pthreads-based mutex manager 2019-04-20 15:53:56 +03:00
networking ANDROID: Move isConnectionLimited into OSystem 2019-06-21 08:19:37 +03:00
platform WIN32: Make use of the window handle when calling ShellExecute. 2019-06-25 07:54:31 +03:00
plugins WINCE: Fix compilation 2019-04-15 08:06:39 +03:00
saves SWITCH: add nintendo switch support 2019-05-12 11:59:44 +03:00
taskbar WIN32: Move all ARRAYSIZE undefs to util.h 2018-12-17 12:28:33 +02:00
timer BACKENDS: Fix GCC Compiler Warning in Default Timer Implementation 2019-05-09 05:06:44 +01:00
updates UPDATES: Give feedback on OS X when using the Check now button 2016-10-18 00:55:07 +01:00
vkeybd VKEYBD: Fallback to SearchMan when loading keyboard packs 2017-12-28 21:24:57 +01:00
base-backend.cpp OSYSTEM: Remove the API allowing to draw to the OSD surface directly 2016-09-13 20:41:26 +02:00
base-backend.h BACKENDS: Provide an empty implementation for displayActivityIconOnOSD in BaseBackend 2016-09-13 22:23:53 +02:00
modular-backend.cpp OSYSTEM: Add Stretch Mode API 2018-07-08 16:54:51 +01:00
modular-backend.h OSYSTEM: Add Stretch Mode API 2018-07-08 16:54:51 +01:00
module.mk ANDROID: Move isConnectionLimited into OSystem 2019-06-21 08:19:37 +03:00