Use real relative cursor, fixes scaling issues
This commit is contained in:
parent
4b3b799106
commit
d267c831de
2 changed files with 77 additions and 36 deletions
1
main.h
1
main.h
|
@ -66,6 +66,7 @@ typedef struct IDirectDrawImpl
|
|||
LRESULT CALLBACK (*WndProc)(HWND, UINT, WPARAM, LPARAM);
|
||||
POINT winpos;
|
||||
POINT cursor;
|
||||
POINT center;
|
||||
RECT cursorclip;
|
||||
BOOL locked;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue