Force mouse clip when using vhack
This commit is contained in:
parent
c073805db3
commit
e048df42d7
3 changed files with 22 additions and 4 deletions
2
main.h
2
main.h
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue