Add new ini option, adjmouse, enables mouse sensitivity scaling
This commit is contained in:
parent
58001d9de3
commit
7ff0c285ba
3 changed files with 23 additions and 5 deletions
3
main.h
3
main.h
|
@ -65,10 +65,11 @@ typedef struct IDirectDrawImpl
|
|||
HWND hWnd;
|
||||
LRESULT CALLBACK (*WndProc)(HWND, UINT, WPARAM, LPARAM);
|
||||
POINT winpos;
|
||||
POINT cursor;
|
||||
struct { float x; float y; } cursor;
|
||||
POINT center;
|
||||
RECT cursorclip;
|
||||
BOOL locked;
|
||||
BOOL adjmouse;
|
||||
|
||||
BOOL key_ctrl;
|
||||
BOOL key_tab;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue