RetroArch
|
#include <menu_animation.h>
Public Attributes | |
enum menu_animation_easing_type | easing_enum |
uintptr_t | tag |
float | duration |
float | target_value |
float * | subject |
tween_cb | cb |
void * | userdata |
tween_cb menu_animation_ctx_entry::cb |
float menu_animation_ctx_entry::duration |
enum menu_animation_easing_type menu_animation_ctx_entry::easing_enum |
float* menu_animation_ctx_entry::subject |
uintptr_t menu_animation_ctx_entry::tag |
float menu_animation_ctx_entry::target_value |
void* menu_animation_ctx_entry::userdata |