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

touchgfx::Screen::afterTransition() method

@fn virtual void Screen::afterTransition() Called by Application::handleTick() when the transition to the screen is done. Called by Application::handleTick() when the transition to the screen is done. Base version does nothing, but override to do screen specific initialization code that has to be done after the transition to the screen. @see touchgfx::Application::handleTick()

Syntax

virtual void afterTransition();

References

LocationText
Screen.hpp:140
virtual void afterTransition() { }