touchgfx::FadeAnimator::isRunning() const is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::FadeAnimator::isRunning() const

touchgfx::FadeAnimator::isRunning() const method

@fn virtual bool FadeAnimator::isRunning() const Gets whether or not the fade animation is running. Gets whether or not the fade animation is running.

Syntax

virtual bool isRunning() const;

Return value

true if the fade animation is running. @deprecated use isFadeAnimationRunning()

References

LocationText
FadeAnimator.hpp:142
virtual bool isRunning() const