FrontendApplication::SCREEN_SAVER_TIMEOUT is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXFrontendApplication::SCREEN_SAVER_TIMEOUT

FrontendApplication::SCREEN_SAVER_TIMEOUT variable

Syntax

static const int SCREEN_SAVER_TIMEOUT = 180000;

References

LocationReferrerScopeText
FrontendApplication.hpp:61
static const int SCREEN_SAVER_TIMEOUT = 180000; // Milliseconds
FrontendApplication.cpp:57FrontendApplication::handleTickEvent()FrontendApplication
if (lastClickTime.hasValue() && (model.getCurrentTime() - lastClickTime) >= SCREEN_SAVER_TIMEOUT)

Data Use

Functions reading FrontendApplication::SCREEN_SAVER_TIMEOUT
FrontendApplication::SCREEN_SAVER_TIMEOUT