dsekai
World engine for retrocomputers.
Loading...
Searching...
No Matches
Unilayer Animation Flags

Flags to control ANIMATION behavior. More...

Collaboration diagram for Unilayer Animation Flags:

Macros

#define ANIMATE_FLAG_ACTIVE   0x0001
 ANIMATION::flags indicating animation is active and playing.
 
#define ANIMATE_FLAG_INIT   0x0002
 ANIMATION::flags indicating animation has been initialized.
 
#define ANIMATE_FLAG_CLEANUP   0x0004
 ANIMATION::flags indicating animation should black out previous frame's non-black pixels.
 
#define ANIMATE_FLAG_PAUSED   0x0008
 ANIMATION::flags indicating animation has been temporarily paused and should not update or draw on-screen.
 
#define ANIMATE_FLAG_CLOUDS_ROTATE   0x0010
 

Detailed Description

Flags to control ANIMATION behavior.