mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 11:20:56 +00:00
d1b77d4b68
Normally with SDL, a mouse motion event will be sent after the system mouse cursor has been moved by a call to SDL_WarpMouseInWindow, but if the system cursor cannot be moved (e.g. because the window does not have mouse focus), games still need to receive these mouse events so they can successfully update the mouse position internally. Otherwise, games continue to think the mouse is still in the original position and will continue to try to perform whatever action is associated with that mouse position. Refs Trac#9689. |
||
---|---|---|
.. | ||
androidsdl | ||
default | ||
dinguxsdl | ||
gph | ||
linuxmotosdl | ||
maemosdl | ||
openpandora | ||
ps3sdl | ||
psp2sdl | ||
samsungtvsdl | ||
sdl | ||
symbiansdl | ||
webossdl | ||
wincesdl |