mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 10:31:16 +00:00
Start virtual mouse at center of screen (#532)
This commit is contained in:
parent
6b446d242f
commit
004b88e02e
@ -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®"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user