RetroArch
|
#include <input_overlay.h>
Public Attributes | |
bool | full_screen |
bool | block_scale |
unsigned | load_images_size |
unsigned | id |
unsigned | pos_increment |
size_t | size |
size_t | pos |
float | mod_x |
float | mod_y |
float | mod_w |
float | mod_h |
float | x |
float | y |
float | w |
float | h |
float | scale |
float | center_x |
float | center_y |
struct overlay_desc * | descs |
struct texture_image * | load_images |
struct texture_image | image |
char | name [64] |
struct { | |
bool normalized | |
float alpha_mod | |
float range_mod | |
struct { | |
char key [64] | |
char path [PATH_MAX_LENGTH] | |
} paths | |
struct { | |
char key [64] | |
} names | |
struct { | |
char array [256] | |
char key [64] | |
} rect | |
struct { | |
char key [64] | |
unsigned size | |
} descs | |
} | config |
float overlay::alpha_mod |
char overlay::array[256] |
bool overlay::block_scale |
float overlay::center_x |
float overlay::center_y |
struct { ... } overlay::config |
struct overlay_desc* overlay::descs |
struct { ... } overlay::descs |
bool overlay::full_screen |
float overlay::h |
unsigned overlay::id |
struct texture_image overlay::image |
char overlay::key[64] |
struct texture_image* overlay::load_images |
unsigned overlay::load_images_size |
float overlay::mod_h |
float overlay::mod_w |
float overlay::mod_x |
float overlay::mod_y |
char overlay::name[64] |
struct { ... } overlay::names |
bool overlay::normalized |
char overlay::path[PATH_MAX_LENGTH] |
struct { ... } overlay::paths |
size_t overlay::pos |
unsigned overlay::pos_increment |
float overlay::range_mod |
struct { ... } overlay::rect |
float overlay::scale |
size_t overlay::size |
unsigned overlay::size |
float overlay::w |
float overlay::x |
float overlay::y |