mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
EVENTS: Missed port change for relative mouse position
This commit is contained in:
parent
c12503a869
commit
0e8f2c96f3
@ -185,6 +185,8 @@ bool SdlEventSource::processMouseEvent(Common::Event &event, int x, int y, int r
|
||||
|
||||
event.mouse.x = x;
|
||||
event.mouse.y = y;
|
||||
event.relMouse.x = relx; // ResidualVM
|
||||
event.relMouse.y = rely; // ResidualVM
|
||||
|
||||
if (_graphicsManager) {
|
||||
// ResidualVM start:
|
||||
|
Loading…
Reference in New Issue
Block a user