Add new ini option, adjmouse, enables mouse sensitivity scaling

This commit is contained in:
Toni Spets 2010-11-07 15:54:47 +02:00
parent 58001d9de3
commit 7ff0c285ba
3 changed files with 23 additions and 5 deletions

3
main.h
View file

@ -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;