RetroArch
Public Attributes | List of all members
nk_context Struct Reference

#include <nuklear.h>

Collaboration diagram for nk_context:
[legend]

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_windowbegin
 
struct nk_windowend
 
struct nk_windowactive
 
struct nk_windowcurrent
 
struct nk_page_elementfreelist
 
unsigned int count
 
unsigned int seq
 

Member Data Documentation

◆ active

struct nk_window* nk_context::active

◆ begin

struct nk_window* nk_context::begin

◆ build

int nk_context::build

◆ button_behavior

enum nk_button_behavior nk_context::button_behavior

◆ clip

struct nk_clipboard nk_context::clip

◆ count

unsigned int nk_context::count

◆ current

struct nk_window* nk_context::current

◆ delta_time_seconds

float nk_context::delta_time_seconds

◆ end

struct nk_window* nk_context::end

◆ freelist

struct nk_page_element* nk_context::freelist

◆ input

struct nk_input nk_context::input

◆ last_widget_state

nk_flags nk_context::last_widget_state

◆ memory

struct nk_buffer nk_context::memory

◆ overlay

struct nk_command_buffer nk_context::overlay

◆ pool

struct nk_pool nk_context::pool

◆ seq

unsigned int nk_context::seq

◆ stacks

struct nk_configuration_stacks nk_context::stacks

◆ style

struct nk_style nk_context::style

◆ text_edit

struct nk_text_edit nk_context::text_edit

◆ use_pool

int nk_context::use_pool

The documentation for this struct was generated from the following file: