Relocate SetAppCursor to legoutil (#144)

This commit is contained in:
Christian Semmler
2023-09-29 12:42:15 -04:00
committed by GitHub
parent 44c3ae478b
commit dc869c441c
6 changed files with 12 additions and 10 deletions

View File

@@ -288,10 +288,4 @@ MxMusicManager* MusicManager()
MxEventManager* EventManager()
{
return MxOmni::GetInstance()->GetEventManager();
}
// OFFSET: LEGO1 0x1003ef40
void SetAppCursor(WPARAM p_wparam)
{
PostMessageA(MxOmni::GetInstance()->GetWindowHandle(), 0x5400, p_wparam, 0);
}
}