EVENTS: Missed port change for relative mouse position

This commit is contained in:
Pawel Kolodziejski 2020-10-04 08:08:23 +02:00
parent c12503a869
commit 0e8f2c96f3

View File

@ -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: