reinvent adjmouse

This commit is contained in:
FunkyFr3sh 2018-03-11 21:23:22 +01:00
parent b579a258f8
commit fcdc863ffa
4 changed files with 62 additions and 20 deletions

View file

@ -75,6 +75,7 @@ typedef struct IDirectDrawImpl
struct { float x; float y; } cursor;
struct { int width; int height; } cursorclip;
BOOL locked;
BOOL adjmouse;
BOOL devmode;
BOOL vsync;
BOOL vhack;