RetroArch
|
#include <nuklear.h>
Public Attributes | |
enum nk_panel_type | type |
nk_flags | flags |
struct nk_rect | bounds |
nk_uint * | offset_x |
nk_uint * | offset_y |
float | at_x |
float | at_y |
float | max_x |
float | footer_height |
float | header_height |
float | border |
unsigned int | has_scrolling |
struct nk_rect | clip |
struct nk_menu_state | menu |
struct nk_row_layout | row |
struct nk_chart | chart |
struct nk_command_buffer * | buffer |
struct nk_panel * | parent |
float nk_panel::at_x |
float nk_panel::at_y |
float nk_panel::border |
struct nk_rect nk_panel::bounds |
struct nk_command_buffer* nk_panel::buffer |
struct nk_chart nk_panel::chart |
struct nk_rect nk_panel::clip |
nk_flags nk_panel::flags |
float nk_panel::footer_height |
unsigned int nk_panel::has_scrolling |
float nk_panel::header_height |
float nk_panel::max_x |
struct nk_menu_state nk_panel::menu |
nk_uint* nk_panel::offset_x |
nk_uint* nk_panel::offset_y |
struct nk_panel* nk_panel::parent |
struct nk_row_layout nk_panel::row |
enum nk_panel_type nk_panel::type |