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

touchgfx::FadeAnimator::isFadeAnimationRunning() const method

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

Syntax

virtual bool isFadeAnimationRunning() const;

Return value

true if the fade animation is running.

References

LocationText
FadeAnimator.hpp:156
virtual bool isFadeAnimationRunning() const