improve boxing/maintas cursor lock/unlock - fix automatic mouse sensitivity scaling with boxing/maintas

This commit is contained in:
FunkyFr3sh 2018-03-15 20:49:27 +01:00
parent a1fa61d028
commit 9ce87449ec
6 changed files with 88 additions and 98 deletions

View file

@ -67,6 +67,7 @@ typedef struct IDirectDrawImpl
HANDLE ev;
HANDLE sem;
DEVMODE mode;
struct { int width; int height; int x; int y; } viewport;
} render;