MCPcopy Create free account
hub / github.com/kiibohd/controller / AnimationStack

Class AnimationStack

Macro/PixelMap/pixel.h:223–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221// Animation stack
222#define Pixel_AnimationStackSize Pixel_AnimationStackSize_define
223typedef struct AnimationStack {
224 uint16_t size;
225 AnimationStackElement *stack[Pixel_AnimationStackSize];
226} AnimationStack;
227
228// start/end are defined in the number of bits used for the variable
229// (1 << 0) == 1

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…