reman3/game_re/gh_fix/r3_windowUnlockCursor.cxx

24 lines
386 B
C++

// AUTO-GENERATED FILE, MOVE TO 'gh_fix' FOLDER PREVENT OVERWRITING!!!!!
#include <r3/binders/auto.h>
#include <gh_global.h>
extern "C" {
// 004013a0
void r3_windowUnlockCursor(void)
{
HCURSOR hCursor;
/* IDC_ARROW */
hCursor = LoadCursorA((HINSTANCE)0x0,(LPCSTR)0x7f00);
SetCursor(hCursor);
ClipCursor((RECT *)0x0);
ShowCursor(1);
return;
}
}