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