mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-02 20:11:15 +00:00
🩹 fix: type mismatch
This commit is contained in:
parent
8c2e59e543
commit
845cdec90c
@ -1391,7 +1391,7 @@ void IsleApp::MoveVirtualMouseViaJoystick()
|
||||
}
|
||||
IDirect3DRMMiniwinDevice* device = GetD3DRMMiniwinDevice();
|
||||
if (device) {
|
||||
int x, y;
|
||||
Sint32 x, y;
|
||||
device->ConvertRenderToWindowCoordinates(g_lastMouseX, g_lastMouseY, x, y);
|
||||
g_mouseWarped = TRUE;
|
||||
SDL_WarpMouseInWindow(window, x, y);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user