improve cursor lock

This commit is contained in:
FunkyFr3sh 2021-06-12 05:45:28 +02:00
parent 2c2a83d93c
commit a399797982
4 changed files with 9 additions and 1 deletions

View file

@ -109,6 +109,7 @@ typedef struct CNCDDRAW
BOOL wine;
BOOL altenter;
BOOL hidecursor;
HCURSOR old_cursor;
BOOL accurate_timers;
BOOL resizable;
BOOL nonexclusive;