Implement full screen

This commit is contained in:
markmental 2026-03-28 00:45:10 -04:00
commit c840dc0134
6 changed files with 73 additions and 25 deletions

View file

@ -16,6 +16,7 @@ typedef struct App {
int texture_height;
AppMode mode;
int running;
int is_fullscreen;
int startup_handoff_active;
int last_blackout_state;
Uint32 startup_handoff_until;