block all keys except Esc while a dvd video is playing

This commit is contained in:
FunkyFr3sh 2023-10-16 02:08:38 +02:00
parent b63410c444
commit 4d7fc88d37
6 changed files with 18 additions and 3 deletions

View file

@ -136,6 +136,7 @@ typedef struct CNCDDRAW
void* last_freed_palette; /* Dungeon Keeper hack */
void* last_freed_surface; /* Nox hack */
BOOL child_window_exists;
BOOL video_window_exists;
BOOL got_child_windows;
DWORD last_set_window_pos_tick; /* WINE hack */
SPEEDLIMITER ticks_limiter;