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

touchgfx::MoveAnimator::isRunning() const method

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

Syntax

virtual bool isRunning() const;

Return value

true if the move animation is running. @deprecated use isMoveAnimationRunning()

References

LocationText
MoveAnimator.hpp:141
virtual bool isRunning() const