![]() |
SANDAL2
A SDL2 Wrapper in C
|
Public Attributes | |
double | timing |
double | timeSpent |
void(* | action )(struct Element *, void *, double) |
void * | data |
int | shouldBeFreed |
void(* Action::action) (struct Element *, void *, double) |
action to be executed
void* Action::data |
data of the action
int Action::shouldBeFreed |
tells whether or not the data should be freed
double Action::timeSpent |
time already spent for the action (in seconds), it stays at 0 if timing is < 0
double Action::timing |
time for the action to be executed (in seconds), value inferior to 0 for infinite action