[client] added new win:forceAspect option

Fixes #225
This commit is contained in:
Geoffrey McRae
2020-01-03 15:53:44 +11:00
parent 899dbff7e9
commit 2196516e2b
4 changed files with 38 additions and 5 deletions

View File

@@ -65,6 +65,10 @@ struct AppState
uint64_t frameCount;
uint64_t renderCount;
uint64_t resizeTimeout;
bool resizeDone;
KeybindHandle kbFS;
KeybindHandle kbInput;
KeybindHandle kbMouseSensInc;
@@ -80,6 +84,7 @@ struct AppParams
bool autoResize;
bool allowResize;
bool keepAspect;
bool forceAspect;
bool borderless;
bool fullscreen;
bool maximize;