AppLoopSettings
#include "ApplicationSettings.h"
Public Attributes
| Name | |
|---|---|
| int | secondsBeforeIdle |
| bool | shouldLimitFPS |
| bool | shouldLimitFPSOnIdle |
| int | targetFPS |
| int | targetFPSOnIdle |
| bool | vsync |
Public Attributes Documentation
variable secondsBeforeIdle
cpp
int secondsBeforeIdle {5};variable shouldLimitFPS
cpp
bool shouldLimitFPS {false};variable shouldLimitFPSOnIdle
cpp
bool shouldLimitFPSOnIdle = true;variable targetFPS
cpp
int targetFPS {60};variable targetFPSOnIdle
cpp
int targetFPSOnIdle {20};variable vsync
cpp
bool vsync {true};Updated on 2026-09-11 at 21:24:24 +0000