Implement full screen
This commit is contained in:
parent
b84a3060c1
commit
c840dc0134
6 changed files with 73 additions and 25 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue