CRM32Pro SDK
v5.22
|
External button struct used to create new buttons. More...
External button struct used to create new buttons.
Public Attributes | |
char | bClon |
Am I a clone? 0=no 1=yes. | |
void(* | ButtonFunc )(void *, void *) |
Pointer to function to call with action state. | |
char | bVisible |
0=invisible and 1=visible | |
Uint32 | color_select |
Color of select rectangle. | |
int | cvalue |
Current value. With Input buttons it stores the X offset. | |
Uint16 | key |
Key associated to button. | |
Uint16 | posy |
(X,Y) position | |
short int | range |
Range. With Input buttons it stores the Y offset. | |
Uint8 | type |
Button type. See definition of B_TYPE_xx. | |