RetroArch
|
#include <nuklear.h>
Public Attributes | |
struct nk_input | input |
struct nk_style | style |
struct nk_buffer | memory |
struct nk_clipboard | clip |
nk_flags | last_widget_state |
enum nk_button_behavior | button_behavior |
struct nk_configuration_stacks | stacks |
float | delta_time_seconds |
struct nk_text_edit | text_edit |
struct nk_command_buffer | overlay |
int | build |
int | use_pool |
struct nk_pool | pool |
struct nk_window * | begin |
struct nk_window * | end |
struct nk_window * | active |
struct nk_window * | current |
struct nk_page_element * | freelist |
unsigned int | count |
unsigned int | seq |
struct nk_window* nk_context::active |
struct nk_window* nk_context::begin |
int nk_context::build |
enum nk_button_behavior nk_context::button_behavior |
struct nk_clipboard nk_context::clip |
unsigned int nk_context::count |
struct nk_window* nk_context::current |
float nk_context::delta_time_seconds |
struct nk_window* nk_context::end |
struct nk_page_element* nk_context::freelist |
struct nk_input nk_context::input |
nk_flags nk_context::last_widget_state |
struct nk_buffer nk_context::memory |
struct nk_command_buffer nk_context::overlay |
struct nk_pool nk_context::pool |
unsigned int nk_context::seq |
struct nk_configuration_stacks nk_context::stacks |
struct nk_style nk_context::style |
struct nk_text_edit nk_context::text_edit |
int nk_context::use_pool |