touchgfx::Screen::handleTickEvent() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::Screen::handleTickEvent()

touchgfx::Screen::handleTickEvent() method

@fn virtual void Screen::handleTickEvent() Called by the Application on the current screen with a frequency of Application::TICK_INTERVAL_MS. Called by the Application on the current screen with a frequency of Application::TICK_INTERVAL_MS.

Syntax

virtual void handleTickEvent();

References

LocationText
Screen.hpp:198
virtual void handleTickEvent()