scummvm/backends
Colin Snover c278677d07 SDL: Store fake mouse warp event in virtual coordinates
Normally, notifyMousePosition converts real mouse events into the
virtual coordinate system, but events only get sent through
notifyMousePosition if they are real events from SDL since that
method also decides if the real mouse is inside the content area or
not. As such, these fake events need to be pre-converted to virtual
coordinates or else the wrong values are sent through to the engine
when a scaler or AR correction is in use.
2017-11-27 20:39:21 -06:00
..
audiocd LINUX: Fix Header for major/minor macros, thus removing warnings. 2017-11-07 20:18:22 +00:00
cloud Revert "COMMON: Change way the Singleton instances are instantiated" 2017-07-10 21:17:41 +02:00
events EVENTS: Fix one ms error in repeat event generation time check 2017-11-19 20:07:51 +01:00
fs RISCOS: Add RISC OS filesystem 2017-10-01 20:19:42 +02:00
graphics SDL: Store fake mouse warp event in virtual coordinates 2017-11-27 20:39:21 -06:00
keymapper KEYMAPPER: Fix off-by-one error with keymapper action names 2014-10-26 22:20:57 +01:00
log LOG: fix month in log file 2015-03-20 11:26:42 +01:00
midi MACOSX: Change name for CoreAudio MIDI device 2017-10-06 00:03:37 +01:00
mixer SDL: Remove code for unused DoubleBufferSDLMixerManager 2017-09-12 21:46:20 +01:00
mutex SDL: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
networking NETWORKING: Fix mismatched curl callback declaration and definition 2017-09-24 08:24:40 +02:00
platform ANDROID: Fix illegal-in-C++11 narrowing conversions 2017-11-25 20:19:01 -06:00
plugins Revert "COMMON: Change way the Singleton instances are instantiated" 2017-07-10 21:17:41 +02:00
saves ALL: Fix compilation with disabled cloud but enabled libcurl 2016-10-17 18:55:22 +02:00
taskbar MACOS: Fix warnings about undeclared selectors 2017-09-10 22:17:16 -05:00
timer TIZEN: Make GPL headers consistent in themselves. 2014-02-18 02:39:39 +01:00
updates UPDATES: Give feedback on OS X when using the Check now button 2016-10-18 00:55:07 +01:00
vkeybd EVENTS: Rename synthetic to kbdRepeat 2017-11-19 16:12:50 +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 BACKENDS: Fix missing mouse events when system cursor cannot be moved 2017-10-15 13:24:21 -05:00
modular-backend.h BACKENDS: Fix window sizing of games that switch between multiple resolutions 2017-10-07 12:30:29 -05:00
module.mk RISCOS: Add RISC OS filesystem 2017-10-01 20:19:42 +02:00