1
0
mirror of synced 2024-11-15 07:17:35 +01:00

Change Daytona 3 mouse cursor to move out of screen on bigger res monitors

This commit is contained in:
Aaron M 2020-05-06 10:21:46 +12:00
parent 64e07669f7
commit d812013b6a

View File

@ -305,7 +305,7 @@ static InitFunction Daytona3Func([]()
}
if (ToBool(config["General"]["Hide Cursor"]))
{
SetCursorPos(2000, 2000);
SetCursorPos(20000, 20000);
}
MH_Initialize();
MH_CreateHook((void*)(imageBase + 0x1E9280), ControlsFunction, (void**)&g_origControlsFunction);