fix for uncontrollable mouse cursor on window 10 fall creators update

This commit is contained in:
FunkyFr3sh 2018-03-09 13:50:56 +01:00
parent d858afe38a
commit 7a17726679
4 changed files with 47 additions and 131 deletions

View file

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