scummvm/backends
Colin Snover 3a95213905 SDL: Automatically grab mouse upon entering fullscreen
Folks are confused about the new behaviour where the mouse is not
restricted to the game area in fullscreen, which is understandable.

This changes mouseIsGrabbed to use SDL directly in order to avoid
making changes to the user preference in the _inputGrabState.
Otherwise we'd either clobber the user's previous windowed mouse
grab preference, or require maintaining a second variable just to
track the original state, when we can have SDL do that for us.
2017-10-23 22:36:04 -05:00
..
audiocd JANITORIAL: Remove more trailing spaces 2016-10-09 15:02:02 +02:00
cloud Revert "COMMON: Change way the Singleton instances are instantiated" 2017-07-10 21:17:41 +02:00
events BACKENDS: Fix missing mouse events when system cursor cannot be moved 2017-10-15 13:24:21 -05:00
fs RISCOS: Add RISC OS filesystem 2017-10-01 20:19:42 +02:00
graphics SDL: Fix SDL1 cursor position when using a touchscreen 2017-10-19 17:51:01 -05: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 SDL: Automatically grab mouse upon entering fullscreen 2017-10-23 22:36:04 -05: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 VKEYBD: Add small keyboard pack for virtual keyboard. 2014-04-27 03:51:19 +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