Move to C var; handle keyboard/mouse fullscreen conditions

This commit is contained in:
Thraka
2025-11-16 12:02:27 -08:00
parent e80dc4a541
commit 3d9f31e85f
6 changed files with 9 additions and 9 deletions

View File

@@ -132,6 +132,7 @@ extern int update_icons;
extern int kbd_req_capture;
extern int hide_status_bar;
extern int hide_tool_bar;
extern int fullscreen_ui_visible;
/* System-related functions. */
extern FILE *plat_fopen(const char *path, const char *mode);