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};int secondsBeforeIdle {5};variable shouldLimitFPS
cpp
bool shouldLimitFPS {false};bool shouldLimitFPS {false};variable shouldLimitFPSOnIdle
cpp
bool shouldLimitFPSOnIdle = true;bool shouldLimitFPSOnIdle = true;variable targetFPS
cpp
int targetFPS {60};int targetFPS {60};variable targetFPSOnIdle
cpp
int targetFPSOnIdle {20};int targetFPSOnIdle {20};variable vsync
cpp
bool vsync {true};bool vsync {true};Updated on 2026-05-21 at 15:39:35 +0000