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

touchgfx::AnimatedImage::pauseAnimation() method

@fn virtual void AnimatedImage::pauseAnimation(); Toggles the running state of an animation. Toggles the running state of an animation. Pauses the animation if the animation is running. Continues the animation if previously paused.

Syntax

virtual void pauseAnimation();

References

LocationText
AnimatedImage.hpp:120
virtual void pauseAnimation();