Skip to content

AppLoopSettings

#include "ApplicationSettings.h"

Public Attributes

Name
intsecondsBeforeIdle
boolshouldLimitFPS
boolshouldLimitFPSOnIdle
inttargetFPS
inttargetFPSOnIdle
boolvsync

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 2025-05-31 at 12:55:30 +0000