fix for uncontrollable mouse cursor on window 10 fall creators update
This commit is contained in:
parent
d858afe38a
commit
7a17726679
4 changed files with 47 additions and 131 deletions
|
@ -73,14 +73,10 @@ typedef struct IDirectDrawImpl
|
|||
HWND hWnd;
|
||||
LRESULT CALLBACK (*WndProc)(HWND, UINT, WPARAM, LPARAM);
|
||||
struct { float x; float y; } cursor;
|
||||
POINT center;
|
||||
struct { int width; int height; } cursorclip;
|
||||
BOOL locked;
|
||||
BOOL adjmouse;
|
||||
BOOL mhack;
|
||||
BOOL devmode;
|
||||
BOOL vsync;
|
||||
float sensitivity;
|
||||
BOOL vhack;
|
||||
BOOL isredalert;
|
||||
DWORD WINAPI (*renderer)(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue