RetroArch
|
Public Attributes | |
float | duration |
float | running_since |
float | initial_value |
float | target_value |
float * | subject |
uintptr_t | tag |
easing_cb | easing |
tween_cb | cb |
void * | userdata |
bool | deleted |
tween_cb tween::cb |
bool tween::deleted |
float tween::duration |
easing_cb tween::easing |
float tween::initial_value |
float tween::running_since |
float* tween::subject |
uintptr_t tween::tag |
float tween::target_value |
void* tween::userdata |