Force mouse clip when using vhack

This commit is contained in:
Toni Spets 2011-03-24 19:42:36 +02:00
parent c073805db3
commit e048df42d7
3 changed files with 22 additions and 4 deletions

2
main.h
View file

@ -70,7 +70,7 @@ typedef struct IDirectDrawImpl
LRESULT CALLBACK (*WndProc)(HWND, UINT, WPARAM, LPARAM);
struct { float x; float y; } cursor;
POINT center;
RECT cursorclip;
struct { int width; int height; } cursorclip;
BOOL locked;
BOOL adjmouse;
BOOL mhack;