|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
#include <CanvasAnim.h>
Public Attributes | |
| uint32_t | doneActionId = 0 |
| uint32_t | handle = 0 |
| Tween handle or sprite handle. | |
| uint32_t | refId = 0 |
| Element id (tween) or final frame (sprite). | |
A finished tween or sprite playback to be reported to the plugin after the canvas lock is released.
Definition at line 70 of file CanvasAnim.h.
| uint32_t cdc::ui::anim::Completion::doneActionId = 0 |
Definition at line 71 of file CanvasAnim.h.
Referenced by cdc::ui::anim::SpriteStore::advance().
| uint32_t cdc::ui::anim::Completion::handle = 0 |
Tween handle or sprite handle.
Definition at line 72 of file CanvasAnim.h.
Referenced by cdc::ui::anim::SpriteStore::advance().
| uint32_t cdc::ui::anim::Completion::refId = 0 |
Element id (tween) or final frame (sprite).
Definition at line 73 of file CanvasAnim.h.
Referenced by cdc::ui::anim::SpriteStore::advance().