Start virtual mouse at center of screen (#532)

This commit is contained in:
Anders Jenbo 2025-07-06 07:06:14 +02:00 committed by GitHub
parent 6b446d242f
commit 004b88e02e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -92,8 +92,8 @@ MxS32 g_reqEnableRMDevice = FALSE;
MxFloat g_lastJoystickMouseX = 0; MxFloat g_lastJoystickMouseX = 0;
MxFloat g_lastJoystickMouseY = 0; MxFloat g_lastJoystickMouseY = 0;
MxFloat g_lastMouseX = 0; MxFloat g_lastMouseX = 320;
MxFloat g_lastMouseY = 0; MxFloat g_lastMouseY = 240;
// STRING: ISLE 0x4101dc // STRING: ISLE 0x4101dc
#define WINDOW_TITLE "LEGO®" #define WINDOW_TITLE "LEGO®"