#include <gui.h>
Data Fields | |
GUI_Control_State | basic |
const OPCShape *const * | states |
const char *const * | tstates |
unsigned | ialign |
int | cStates |
int | stateCurr |
int | statePrev |
int | offPrev |
int | cTransition |
unsigned | msRepeat |
unsigned | msPrev |
unsigned | keyPrev |
Definition at line 478 of file gui.h.
Common state
Definition at line 480 of file gui.h.
Referenced by _GUI_Tumbler_SetFrame(), and _GUI_Tumbler_Setup().
const OPCShape* const* GUI_Tumbler_State::states |
States this can assume based on art; NULL for no art
Definition at line 481 of file gui.h.
Referenced by _GUI_Tumbler_Setup().
const char* const* GUI_Tumbler_State::tstates |
States this can assume based on text; NULL for no text
Definition at line 482 of file gui.h.
Referenced by _GUI_Tumbler_Setup().
unsigned GUI_Tumbler_State::ialign |
Alignment for images; same mask as for text
Definition at line 483 of file gui.h.
Referenced by _GUI_Tumbler_Setup().
Count of states this can assume
Definition at line 484 of file gui.h.
Referenced by _GUI_Tumbler_Setup().
Current state
Definition at line 485 of file gui.h.
Referenced by _GUI_Tumbler_SetFrame(), and _GUI_Tumbler_Setup().
Previous state for transitions
Definition at line 486 of file gui.h.
Referenced by _GUI_Tumbler_Setup().
Offset for transition/scroll effect
Definition at line 487 of file gui.h.
Referenced by _GUI_Tumbler_SetFrame(), and _GUI_Tumbler_Setup().
Number of cycles to perform transitions over
Definition at line 488 of file gui.h.
Referenced by _GUI_Tumbler_Setup().
unsigned GUI_Tumbler_State::msRepeat |
Set repeat rate for tumblers that are held down (default: GUI_DefaultRepeat)
Definition at line 489 of file gui.h.
Referenced by _GUI_Tumbler_Setup().
unsigned GUI_Tumbler_State::msPrev |
unsigned GUI_Tumbler_State::keyPrev |