RetroArch
|
#include <nuklear.h>
Public Attributes | |
unsigned int | seq |
nk_hash | name |
char | name_string [NK_WINDOW_MAX_NAME] |
nk_flags | flags |
struct nk_rect | bounds |
struct nk_scroll | scrollbar |
struct nk_command_buffer | buffer |
struct nk_panel * | layout |
float | scrollbar_hiding_timer |
struct nk_property_state | property |
struct nk_popup_state | popup |
struct nk_edit_state | edit |
unsigned int | scrolled |
struct nk_table * | tables |
unsigned int | table_count |
struct nk_window * | next |
struct nk_window * | prev |
struct nk_window * | parent |
struct nk_rect nk_window::bounds |
struct nk_command_buffer nk_window::buffer |
struct nk_edit_state nk_window::edit |
nk_flags nk_window::flags |
struct nk_panel* nk_window::layout |
nk_hash nk_window::name |
char nk_window::name_string[NK_WINDOW_MAX_NAME] |
struct nk_window* nk_window::next |
struct nk_window* nk_window::parent |
struct nk_popup_state nk_window::popup |
struct nk_window* nk_window::prev |
struct nk_property_state nk_window::property |
struct nk_scroll nk_window::scrollbar |
float nk_window::scrollbar_hiding_timer |
unsigned int nk_window::scrolled |
unsigned int nk_window::seq |
unsigned int nk_window::table_count |
struct nk_table* nk_window::tables |