nuklear

Undocumented in source.

Members

Aliases

NK_BOOL
alias NK_BOOL = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NK_INT16
alias NK_INT16 = short
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NK_INT32
alias NK_INT32 = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NK_INT8
alias NK_INT8 = byte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NK_MACRO_STRINGIFY
alias NK_MACRO_STRINGIFY = NK_STRINGIFY
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NK_POINTER_TYPE
alias NK_POINTER_TYPE = c_ulong
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NK_SIZE_TYPE
alias NK_SIZE_TYPE = c_ulong
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NK_STRING_JOIN
alias NK_STRING_JOIN = NK_STRING_JOIN_DELAY
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NK_STRING_JOIN_DELAY
alias NK_STRING_JOIN_DELAY = NK_STRING_JOIN_IMMEDIATE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NK_STRTOD
alias NK_STRTOD = nk_strtod
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NK_UINT16
alias NK_UINT16 = ushort
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NK_UINT32
alias NK_UINT32 = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NK_UINT8
alias NK_UINT8 = ubyte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_dummy_array428
alias _dummy_array428 = char[1]
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_dummy_array429
alias _dummy_array429 = char[1]
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_dummy_array430
alias _dummy_array430 = char[1]
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_dummy_array431
alias _dummy_array431 = char[1]
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_dummy_array432
alias _dummy_array432 = char[1]
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_dummy_array433
alias _dummy_array433 = char[1]
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_dummy_array434
alias _dummy_array434 = char[1]
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_dummy_array435
alias _dummy_array435 = char[1]
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_dummy_array436
alias _dummy_array436 = char[1]
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_dummy_array440
alias _dummy_array440 = char[1]
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_bool
alias nk_bool = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_byte
alias nk_byte = ubyte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_char
alias nk_char = byte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_command_custom_callback
alias nk_command_custom_callback = void function(void* canvas, short x, short y, ushort w, ushort h, nk_handle callback_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_flags
alias nk_flags = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_float
alias nk_float = float
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_glyph
alias nk_glyph = char[NK_UTF_SIZE]
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_hash
alias nk_hash = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_int
alias nk_int = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_plugin_alloc
alias nk_plugin_alloc = void* function(nk_handle, void* old, nk_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_plugin_copy
alias nk_plugin_copy = void function(nk_handle, const(char)*, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_plugin_filter
alias nk_plugin_filter = int function(const(nk_text_edit)*, nk_rune unicode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_plugin_free
alias nk_plugin_free = void function(nk_handle, void* old)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_plugin_paste
alias nk_plugin_paste = void function(nk_handle, nk_text_edit*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_ptr
alias nk_ptr = c_ulong
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_query_font_glyph_f
alias nk_query_font_glyph_f = void function(nk_handle handle, float font_height, nk_user_font_glyph* glyph, nk_rune codepoint, nk_rune next_codepoint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_rune
alias nk_rune = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_short
alias nk_short = short
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_size
alias nk_size = c_ulong
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_text_width_f
alias nk_text_width_f = float function(nk_handle, float h, const(char)*, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_uchar
alias nk_uchar = ubyte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_uint
alias nk_uint = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_ushort
alias nk_ushort = ushort
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

nk_allocation_type
enum nk_allocation_type
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_anti_aliasing
enum nk_anti_aliasing
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_buffer_allocation_type
enum nk_buffer_allocation_type
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_button_behavior
enum nk_button_behavior
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_buttons
enum nk_buttons
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_chart_event
enum nk_chart_event
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_chart_type
enum nk_chart_type
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_collapse_states
enum nk_collapse_states
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_color_format
enum nk_color_format
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_command_clipping
enum nk_command_clipping
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_command_type
enum nk_command_type
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_convert_result
enum nk_convert_result
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_edit_events
enum nk_edit_events
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_edit_flags
enum nk_edit_flags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_edit_types
enum nk_edit_types
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_false
anonymousenum nk_false
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_heading
enum nk_heading
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_keys
enum nk_keys
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_layout_format
enum nk_layout_format
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_modify
enum nk_modify
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_orientation
enum nk_orientation
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_panel_flags
enum nk_panel_flags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_panel_row_layout_type
enum nk_panel_row_layout_type
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_panel_set
enum nk_panel_set
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_panel_type
enum nk_panel_type
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_popup_type
enum nk_popup_type
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_show_states
enum nk_show_states
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_colors
enum nk_style_colors
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_cursor
enum nk_style_cursor
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_header_align
enum nk_style_header_align
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_item_type
enum nk_style_item_type
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_symbol_type
enum nk_symbol_type
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_text_align
enum nk_text_align
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_text_alignment
enum nk_text_alignment
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_text_edit_mode
enum nk_text_edit_mode
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_text_edit_type
enum nk_text_edit_type
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_tree_type
enum nk_tree_type
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_widget_layout_states
enum nk_widget_layout_states
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_widget_states
enum nk_widget_states
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_window_flags
enum nk_window_flags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

NK_ABS
auto NK_ABS(T a)
Undocumented in source. Be warned that the author may not have intended to support it.
NK_ALIGN_PTR
auto NK_ALIGN_PTR(T0 x, T1 mask)
Undocumented in source. Be warned that the author may not have intended to support it.
NK_ALIGN_PTR_BACK
auto NK_ALIGN_PTR_BACK(T0 x, T1 mask)
Undocumented in source. Be warned that the author may not have intended to support it.
NK_BETWEEN
auto NK_BETWEEN(T0 x, T1 a, T2 b)
Undocumented in source. Be warned that the author may not have intended to support it.
NK_CLAMP
auto NK_CLAMP(T0 i, T1 v, T2 x)
Undocumented in source. Be warned that the author may not have intended to support it.
NK_CONTAINS
auto NK_CONTAINS(T0 x, T1 y, T2 w, T3 h, T4 bx, T5 by, T6 bw, T7 bh)
Undocumented in source. Be warned that the author may not have intended to support it.
NK_FLAG
auto NK_FLAG(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
NK_INBOX
auto NK_INBOX(T0 px, T1 py, T2 x, T3 y, T4 w, T5 h)
Undocumented in source. Be warned that the author may not have intended to support it.
NK_INTERSECT
auto NK_INTERSECT(T0 x0, T1 y0, T2 w0, T3 h0, T4 x1, T5 y1, T6 w1, T7 h1)
Undocumented in source. Be warned that the author may not have intended to support it.
NK_LEN
size_t NK_LEN(T a)
Undocumented in source. Be warned that the author may not have intended to support it.
NK_MAX
auto NK_MAX(T0 a, T1 b)
Undocumented in source. Be warned that the author may not have intended to support it.
NK_MIN
auto NK_MIN(T0 a, T1 b)
Undocumented in source. Be warned that the author may not have intended to support it.
NK_PTR_TO_UINT
auto NK_PTR_TO_UINT(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
NK_SATURATE
auto NK_SATURATE(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
NK_STRINGIFY
string NK_STRINGIFY(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
NK_STRING_JOIN_IMMEDIATE
string NK_STRING_JOIN_IMMEDIATE(T0 arg1, T1 arg2)
Undocumented in source. Be warned that the author may not have intended to support it.
NK_UINT_TO_PTR
auto NK_UINT_TO_PTR(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
NK_UNIQUE_NAME
auto NK_UNIQUE_NAME(T name)
Undocumented in source. Be warned that the author may not have intended to support it.
NK_UNUSED
auto NK_UNUSED(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
nk__begin
const(nk_command)* nk__begin(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk__next
const(nk_command)* nk__next(nk_context* , const(nk_command)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_begin
nk_bool nk_begin(nk_context* ctx, const(char)* title, nk_rect_ bounds, nk_flags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_begin_titled
nk_bool nk_begin_titled(nk_context* ctx, const(char)* name, const(char)* title, nk_rect_ bounds, nk_flags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_buffer_clear
void nk_buffer_clear(nk_buffer* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_buffer_free
void nk_buffer_free(nk_buffer* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_buffer_info
void nk_buffer_info(nk_memory_status* , nk_buffer* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_buffer_init
void nk_buffer_init(nk_buffer* , const(nk_allocator)* , nk_size size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_buffer_init_fixed
void nk_buffer_init_fixed(nk_buffer* , void* memory, nk_size size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_buffer_mark
void nk_buffer_mark(nk_buffer* , nk_buffer_allocation_type type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_buffer_memory
void* nk_buffer_memory(nk_buffer* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_buffer_memory_const
const(void)* nk_buffer_memory_const(const(nk_buffer)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_buffer_push
void nk_buffer_push(nk_buffer* , nk_buffer_allocation_type type, const(void)* memory, nk_size size, nk_size align_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_buffer_reset
void nk_buffer_reset(nk_buffer* , nk_buffer_allocation_type type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_buffer_total
nk_size nk_buffer_total(nk_buffer* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_button_color
nk_bool nk_button_color(nk_context* , nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_button_image
nk_bool nk_button_image(nk_context* , nk_image_ img)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_button_image_label
nk_bool nk_button_image_label(nk_context* , nk_image_ img, const(char)* , nk_flags text_alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_button_image_label_styled
nk_bool nk_button_image_label_styled(nk_context* , const(nk_style_button)* , nk_image_ img, const(char)* , nk_flags text_alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_button_image_styled
nk_bool nk_button_image_styled(nk_context* , const(nk_style_button)* , nk_image_ img)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_button_image_text
nk_bool nk_button_image_text(nk_context* , nk_image_ img, const(char)* , int , nk_flags alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_button_image_text_styled
nk_bool nk_button_image_text_styled(nk_context* , const(nk_style_button)* , nk_image_ img, const(char)* , int , nk_flags alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_button_label
nk_bool nk_button_label(nk_context* , const(char)* title)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_button_label_styled
nk_bool nk_button_label_styled(nk_context* , const(nk_style_button)* , const(char)* title)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_button_pop_behavior
nk_bool nk_button_pop_behavior(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_button_push_behavior
nk_bool nk_button_push_behavior(nk_context* , nk_button_behavior )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_button_set_behavior
void nk_button_set_behavior(nk_context* , nk_button_behavior )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_button_symbol
nk_bool nk_button_symbol(nk_context* , nk_symbol_type )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_button_symbol_label
nk_bool nk_button_symbol_label(nk_context* , nk_symbol_type , const(char)* , nk_flags text_alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_button_symbol_label_styled
nk_bool nk_button_symbol_label_styled(nk_context* ctx, const(nk_style_button)* style, nk_symbol_type symbol, const(char)* title, nk_flags align_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_button_symbol_styled
nk_bool nk_button_symbol_styled(nk_context* , const(nk_style_button)* , nk_symbol_type )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_button_symbol_text
nk_bool nk_button_symbol_text(nk_context* , nk_symbol_type , const(char)* , int , nk_flags alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_button_symbol_text_styled
nk_bool nk_button_symbol_text_styled(nk_context* , const(nk_style_button)* , nk_symbol_type , const(char)* , int , nk_flags alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_button_text
nk_bool nk_button_text(nk_context* , const(char)* title, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_button_text_styled
nk_bool nk_button_text_styled(nk_context* , const(nk_style_button)* , const(char)* title, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_chart_add_slot
void nk_chart_add_slot(nk_context* ctx, nk_chart_type , int count, float min_value, float max_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_chart_add_slot_colored
void nk_chart_add_slot_colored(nk_context* ctx, nk_chart_type , nk_color , nk_color active, int count, float min_value, float max_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_chart_begin
nk_bool nk_chart_begin(nk_context* , nk_chart_type , int num, float min, float max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_chart_begin_colored
nk_bool nk_chart_begin_colored(nk_context* , nk_chart_type , nk_color , nk_color active, int num, float min, float max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_chart_end
void nk_chart_end(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_chart_push
nk_flags nk_chart_push(nk_context* , float )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_chart_push_slot
nk_flags nk_chart_push_slot(nk_context* , float , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_check_flags_label
uint nk_check_flags_label(nk_context* , const(char)* , uint flags, uint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_check_flags_text
uint nk_check_flags_text(nk_context* , const(char)* , int , uint flags, uint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_check_label
nk_bool nk_check_label(nk_context* , const(char)* , nk_bool active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_check_text
nk_bool nk_check_text(nk_context* , const(char)* , int , nk_bool active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_checkbox_flags_label
nk_bool nk_checkbox_flags_label(nk_context* , const(char)* , uint* flags, uint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_checkbox_flags_text
nk_bool nk_checkbox_flags_text(nk_context* , const(char)* , int , uint* flags, uint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_checkbox_label
nk_bool nk_checkbox_label(nk_context* , const(char)* , nk_bool* active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_checkbox_text
nk_bool nk_checkbox_text(nk_context* , const(char)* , int , nk_bool* active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_clear
void nk_clear(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_color_cf
nk_colorf nk_color_cf(nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_color_d
void nk_color_d(double* r, double* g, double* b, double* a, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_color_dv
void nk_color_dv(double* rgba_out, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_color_f
void nk_color_f(float* r, float* g, float* b, float* a, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_color_fv
void nk_color_fv(float* rgba_out, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_color_hex_rgb
void nk_color_hex_rgb(char* output, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_color_hex_rgba
void nk_color_hex_rgba(char* output, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_color_hsv_b
void nk_color_hsv_b(nk_byte* out_h, nk_byte* out_s, nk_byte* out_v, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_color_hsv_bv
void nk_color_hsv_bv(nk_byte* hsv_out, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_color_hsv_f
void nk_color_hsv_f(float* out_h, float* out_s, float* out_v, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_color_hsv_fv
void nk_color_hsv_fv(float* hsv_out, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_color_hsv_i
void nk_color_hsv_i(int* out_h, int* out_s, int* out_v, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_color_hsv_iv
void nk_color_hsv_iv(int* hsv_out, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_color_hsva_b
void nk_color_hsva_b(nk_byte* h, nk_byte* s, nk_byte* v, nk_byte* a, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_color_hsva_bv
void nk_color_hsva_bv(nk_byte* hsva_out, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_color_hsva_f
void nk_color_hsva_f(float* out_h, float* out_s, float* out_v, float* out_a, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_color_hsva_fv
void nk_color_hsva_fv(float* hsva_out, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_color_hsva_i
void nk_color_hsva_i(int* h, int* s, int* v, int* a, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_color_hsva_iv
void nk_color_hsva_iv(int* hsva_out, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_color_pick
nk_bool nk_color_pick(nk_context* , nk_colorf* , nk_color_format )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_color_picker
nk_colorf nk_color_picker(nk_context* , nk_colorf , nk_color_format )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_color_u32
nk_uint nk_color_u32(nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_colorf_hsva_f
void nk_colorf_hsva_f(float* out_h, float* out_s, float* out_v, float* out_a, nk_colorf in_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_colorf_hsva_fv
void nk_colorf_hsva_fv(float* hsva, nk_colorf in_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_combo
int nk_combo(nk_context* , const(char*)* items, int count, int selected, int item_height, nk_vec2_ size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_combo_begin_color
nk_bool nk_combo_begin_color(nk_context* , nk_color color, nk_vec2_ size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_combo_begin_image
nk_bool nk_combo_begin_image(nk_context* , nk_image_ img, nk_vec2_ size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_combo_begin_image_label
nk_bool nk_combo_begin_image_label(nk_context* , const(char)* selected, nk_image_ , nk_vec2_ size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_combo_begin_image_text
nk_bool nk_combo_begin_image_text(nk_context* , const(char)* selected, int , nk_image_ , nk_vec2_ size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_combo_begin_label
nk_bool nk_combo_begin_label(nk_context* , const(char)* selected, nk_vec2_ size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_combo_begin_symbol
nk_bool nk_combo_begin_symbol(nk_context* , nk_symbol_type , nk_vec2_ size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_combo_begin_symbol_label
nk_bool nk_combo_begin_symbol_label(nk_context* , const(char)* selected, nk_symbol_type , nk_vec2_ size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_combo_begin_symbol_text
nk_bool nk_combo_begin_symbol_text(nk_context* , const(char)* selected, int , nk_symbol_type , nk_vec2_ size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_combo_begin_text
nk_bool nk_combo_begin_text(nk_context* , const(char)* selected, int , nk_vec2_ size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_combo_callback
int nk_combo_callback(nk_context* , void function(void*, int, const(char*)*) item_getter, void* userdata, int selected, int count, int item_height, nk_vec2_ size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_combo_close
void nk_combo_close(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_combo_end
void nk_combo_end(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_combo_item_image_label
nk_bool nk_combo_item_image_label(nk_context* , nk_image_ , const(char)* , nk_flags alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_combo_item_image_text
nk_bool nk_combo_item_image_text(nk_context* , nk_image_ , const(char)* , int , nk_flags alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_combo_item_label
nk_bool nk_combo_item_label(nk_context* , const(char)* , nk_flags alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_combo_item_symbol_label
nk_bool nk_combo_item_symbol_label(nk_context* , nk_symbol_type , const(char)* , nk_flags alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_combo_item_symbol_text
nk_bool nk_combo_item_symbol_text(nk_context* , nk_symbol_type , const(char)* , int , nk_flags alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_combo_item_text
nk_bool nk_combo_item_text(nk_context* , const(char)* , int , nk_flags alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_combo_separator
int nk_combo_separator(nk_context* , const(char)* items_separated_by_separator, int separator, int selected, int count, int item_height, nk_vec2_ size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_combo_string
int nk_combo_string(nk_context* , const(char)* items_separated_by_zeros, int selected, int count, int item_height, nk_vec2_ size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_combobox
void nk_combobox(nk_context* , const(char*)* items, int count, int* selected, int item_height, nk_vec2_ size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_combobox_callback
void nk_combobox_callback(nk_context* , void function(void*, int, const(char*)*) item_getter, void* , int* selected, int count, int item_height, nk_vec2_ size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_combobox_separator
void nk_combobox_separator(nk_context* , const(char)* items_separated_by_separator, int separator, int* selected, int count, int item_height, nk_vec2_ size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_combobox_string
void nk_combobox_string(nk_context* , const(char)* items_separated_by_zeros, int* selected, int count, int item_height, nk_vec2_ size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_contextual_begin
nk_bool nk_contextual_begin(nk_context* , nk_flags , nk_vec2_ , nk_rect_ trigger_bounds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_contextual_close
void nk_contextual_close(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_contextual_end
void nk_contextual_end(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_contextual_item_image_label
nk_bool nk_contextual_item_image_label(nk_context* , nk_image_ , const(char)* , nk_flags alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_contextual_item_image_text
nk_bool nk_contextual_item_image_text(nk_context* , nk_image_ , const(char)* , int len, nk_flags alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_contextual_item_label
nk_bool nk_contextual_item_label(nk_context* , const(char)* , nk_flags align_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_contextual_item_symbol_label
nk_bool nk_contextual_item_symbol_label(nk_context* , nk_symbol_type , const(char)* , nk_flags alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_contextual_item_symbol_text
nk_bool nk_contextual_item_symbol_text(nk_context* , nk_symbol_type , const(char)* , int , nk_flags alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_contextual_item_text
nk_bool nk_contextual_item_text(nk_context* , const(char)* , int , nk_flags align_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_draw_image
void nk_draw_image(nk_command_buffer* , nk_rect_ , const(nk_image_)* , nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_draw_nine_slice
void nk_draw_nine_slice(nk_command_buffer* , nk_rect_ , const(nk_nine_slice)* , nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_draw_text
void nk_draw_text(nk_command_buffer* , nk_rect_ , const(char)* text, int len, const(nk_user_font)* , nk_color , nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_edit_buffer
nk_flags nk_edit_buffer(nk_context* , nk_flags , nk_text_edit* , nk_plugin_filter )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_edit_focus
void nk_edit_focus(nk_context* , nk_flags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_edit_string
nk_flags nk_edit_string(nk_context* , nk_flags , char* buffer, int* len, int max, nk_plugin_filter )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_edit_string_zero_terminated
nk_flags nk_edit_string_zero_terminated(nk_context* , nk_flags , char* buffer, int max, nk_plugin_filter )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_edit_unfocus
void nk_edit_unfocus(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_end
void nk_end(nk_context* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_fill_arc
void nk_fill_arc(nk_command_buffer* , float cx, float cy, float radius, float a_min, float a_max, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_fill_circle
void nk_fill_circle(nk_command_buffer* , nk_rect_ , nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_fill_polygon
void nk_fill_polygon(nk_command_buffer* , float* , int point_count, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_fill_rect
void nk_fill_rect(nk_command_buffer* , nk_rect_ , float rounding, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_fill_rect_multi_color
void nk_fill_rect_multi_color(nk_command_buffer* , nk_rect_ , nk_color left, nk_color top, nk_color right, nk_color bottom)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_fill_triangle
void nk_fill_triangle(nk_command_buffer* , float x0, float y0, float x1, float y1, float x2, float y2, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_filter_ascii
nk_bool nk_filter_ascii(const(nk_text_edit)* , nk_rune unicode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_filter_binary
nk_bool nk_filter_binary(const(nk_text_edit)* , nk_rune unicode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_filter_decimal
nk_bool nk_filter_decimal(const(nk_text_edit)* , nk_rune unicode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_filter_default
nk_bool nk_filter_default(const(nk_text_edit)* , nk_rune unicode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_filter_float
nk_bool nk_filter_float(const(nk_text_edit)* , nk_rune unicode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_filter_hex
nk_bool nk_filter_hex(const(nk_text_edit)* , nk_rune unicode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_filter_oct
nk_bool nk_filter_oct(const(nk_text_edit)* , nk_rune unicode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_free
void nk_free(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_get_null_rect
nk_rect_ nk_get_null_rect()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_group_begin
nk_bool nk_group_begin(nk_context* , const(char)* title, nk_flags )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_group_begin_titled
nk_bool nk_group_begin_titled(nk_context* , const(char)* name, const(char)* title, nk_flags )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_group_end
void nk_group_end(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_group_get_scroll
void nk_group_get_scroll(nk_context* , const(char)* id, nk_uint* x_offset, nk_uint* y_offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_group_scrolled_begin
nk_bool nk_group_scrolled_begin(nk_context* , nk_scroll* off, const(char)* title, nk_flags )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_group_scrolled_end
void nk_group_scrolled_end(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_group_scrolled_offset_begin
nk_bool nk_group_scrolled_offset_begin(nk_context* , nk_uint* x_offset, nk_uint* y_offset, const(char)* title, nk_flags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_group_set_scroll
void nk_group_set_scroll(nk_context* , const(char)* id, nk_uint x_offset, nk_uint y_offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_handle_id
nk_handle nk_handle_id(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_handle_ptr
nk_handle nk_handle_ptr(void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_hsv
nk_color nk_hsv(int h, int s, int v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_hsv_bv
nk_color nk_hsv_bv(const(nk_byte)* hsv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_hsv_f
nk_color nk_hsv_f(float h, float s, float v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_hsv_fv
nk_color nk_hsv_fv(const(float)* hsv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_hsv_iv
nk_color nk_hsv_iv(const(int)* hsv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_hsva
nk_color nk_hsva(int h, int s, int v, int a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_hsva_bv
nk_color nk_hsva_bv(const(nk_byte)* hsva)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_hsva_colorf
nk_colorf nk_hsva_colorf(float h, float s, float v, float a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_hsva_colorfv
nk_colorf nk_hsva_colorfv(float* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_hsva_f
nk_color nk_hsva_f(float h, float s, float v, float a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_hsva_fv
nk_color nk_hsva_fv(const(float)* hsva)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_hsva_iv
nk_color nk_hsva_iv(const(int)* hsva)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_image
void nk_image(nk_context* , nk_image_ )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_image_color
void nk_image_color(nk_context* , nk_image_ , nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_image_handle
nk_image_ nk_image_handle(nk_handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_image_id
nk_image_ nk_image_id(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_image_is_subimage
nk_bool nk_image_is_subimage(const(nk_image_)* img)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_image_ptr
nk_image_ nk_image_ptr(void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_init
nk_bool nk_init(nk_context* , nk_allocator* , const(nk_user_font)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_init_custom
nk_bool nk_init_custom(nk_context* , nk_buffer* cmds, nk_buffer* pool, const(nk_user_font)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_init_fixed
nk_bool nk_init_fixed(nk_context* , void* memory, nk_size size, const(nk_user_font)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_input_any_mouse_click_in_rect
nk_bool nk_input_any_mouse_click_in_rect(const(nk_input)* , nk_rect_ )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_input_begin
void nk_input_begin(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_input_button
void nk_input_button(nk_context* , nk_buttons , int x, int y, nk_bool down)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_input_char
void nk_input_char(nk_context* , char )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_input_end
void nk_input_end(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_input_glyph
void nk_input_glyph(nk_context* , nk_glyph )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_input_has_mouse_click
nk_bool nk_input_has_mouse_click(const(nk_input)* , nk_buttons )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_input_has_mouse_click_down_in_rect
nk_bool nk_input_has_mouse_click_down_in_rect(const(nk_input)* , nk_buttons , nk_rect_ , nk_bool down)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_input_has_mouse_click_in_button_rect
nk_bool nk_input_has_mouse_click_in_button_rect(const(nk_input)* , nk_buttons , nk_rect_ )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_input_has_mouse_click_in_rect
nk_bool nk_input_has_mouse_click_in_rect(const(nk_input)* , nk_buttons , nk_rect_ )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_input_is_key_down
nk_bool nk_input_is_key_down(const(nk_input)* , nk_keys )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_input_is_key_pressed
nk_bool nk_input_is_key_pressed(const(nk_input)* , nk_keys )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_input_is_key_released
nk_bool nk_input_is_key_released(const(nk_input)* , nk_keys )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_input_is_mouse_click_down_in_rect
nk_bool nk_input_is_mouse_click_down_in_rect(const(nk_input)* i, nk_buttons id, nk_rect_ b, nk_bool down)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_input_is_mouse_click_in_rect
nk_bool nk_input_is_mouse_click_in_rect(const(nk_input)* , nk_buttons , nk_rect_ )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_input_is_mouse_down
nk_bool nk_input_is_mouse_down(const(nk_input)* , nk_buttons )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_input_is_mouse_hovering_rect
nk_bool nk_input_is_mouse_hovering_rect(const(nk_input)* , nk_rect_ )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_input_is_mouse_pressed
nk_bool nk_input_is_mouse_pressed(const(nk_input)* , nk_buttons )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_input_is_mouse_prev_hovering_rect
nk_bool nk_input_is_mouse_prev_hovering_rect(const(nk_input)* , nk_rect_ )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_input_is_mouse_released
nk_bool nk_input_is_mouse_released(const(nk_input)* , nk_buttons )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_input_key
void nk_input_key(nk_context* , nk_keys , nk_bool down)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_input_motion
void nk_input_motion(nk_context* , int x, int y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_input_mouse_clicked
nk_bool nk_input_mouse_clicked(const(nk_input)* , nk_buttons , nk_rect_ )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_input_scroll
void nk_input_scroll(nk_context* , nk_vec2_ val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_input_unicode
void nk_input_unicode(nk_context* , nk_rune )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_item_is_any_active
nk_bool nk_item_is_any_active(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_label
void nk_label(nk_context* , const(char)* , nk_flags align_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_label_colored
void nk_label_colored(nk_context* , const(char)* , nk_flags align_, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_label_colored_wrap
void nk_label_colored_wrap(nk_context* , const(char)* , nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_label_wrap
void nk_label_wrap(nk_context* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_layout_ratio_from_pixel
float nk_layout_ratio_from_pixel(nk_context* , float pixel_width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_layout_reset_min_row_height
void nk_layout_reset_min_row_height(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_layout_row
void nk_layout_row(nk_context* , nk_layout_format , float height, int cols, const(float)* ratio)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_layout_row_begin
void nk_layout_row_begin(nk_context* ctx, nk_layout_format fmt, float row_height, int cols)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_layout_row_dynamic
void nk_layout_row_dynamic(nk_context* ctx, float height, int cols)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_layout_row_end
void nk_layout_row_end(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_layout_row_push
void nk_layout_row_push(nk_context* , float value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_layout_row_static
void nk_layout_row_static(nk_context* ctx, float height, int item_width, int cols)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_layout_row_template_begin
void nk_layout_row_template_begin(nk_context* , float row_height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_layout_row_template_end
void nk_layout_row_template_end(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_layout_row_template_push_dynamic
void nk_layout_row_template_push_dynamic(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_layout_row_template_push_static
void nk_layout_row_template_push_static(nk_context* , float width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_layout_row_template_push_variable
void nk_layout_row_template_push_variable(nk_context* , float min_width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_layout_set_min_row_height
void nk_layout_set_min_row_height(nk_context* , float height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_layout_space_begin
void nk_layout_space_begin(nk_context* , nk_layout_format , float height, int widget_count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_layout_space_bounds
nk_rect_ nk_layout_space_bounds(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_layout_space_end
void nk_layout_space_end(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_layout_space_push
void nk_layout_space_push(nk_context* , nk_rect_ bounds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_layout_space_rect_to_local
nk_rect_ nk_layout_space_rect_to_local(nk_context* , nk_rect_ )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_layout_space_rect_to_screen
nk_rect_ nk_layout_space_rect_to_screen(nk_context* , nk_rect_ )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_layout_space_to_local
nk_vec2_ nk_layout_space_to_local(nk_context* , nk_vec2_ )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_layout_space_to_screen
nk_vec2_ nk_layout_space_to_screen(nk_context* , nk_vec2_ )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_layout_widget_bounds
nk_rect_ nk_layout_widget_bounds(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_list_view_begin
nk_bool nk_list_view_begin(nk_context* , nk_list_view* out_, const(char)* id, nk_flags , int row_height, int row_count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_list_view_end
void nk_list_view_end(nk_list_view* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_menu_begin_image
nk_bool nk_menu_begin_image(nk_context* , const(char)* , nk_image_ , nk_vec2_ size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_menu_begin_image_label
nk_bool nk_menu_begin_image_label(nk_context* , const(char)* , nk_flags align_, nk_image_ , nk_vec2_ size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_menu_begin_image_text
nk_bool nk_menu_begin_image_text(nk_context* , const(char)* , int , nk_flags align_, nk_image_ , nk_vec2_ size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_menu_begin_label
nk_bool nk_menu_begin_label(nk_context* , const(char)* , nk_flags align_, nk_vec2_ size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_menu_begin_symbol
nk_bool nk_menu_begin_symbol(nk_context* , const(char)* , nk_symbol_type , nk_vec2_ size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_menu_begin_symbol_label
nk_bool nk_menu_begin_symbol_label(nk_context* , const(char)* , nk_flags align_, nk_symbol_type , nk_vec2_ size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_menu_begin_symbol_text
nk_bool nk_menu_begin_symbol_text(nk_context* , const(char)* , int , nk_flags align_, nk_symbol_type , nk_vec2_ size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_menu_begin_text
nk_bool nk_menu_begin_text(nk_context* , const(char)* title, int title_len, nk_flags align_, nk_vec2_ size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_menu_close
void nk_menu_close(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_menu_end
void nk_menu_end(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_menu_item_image_label
nk_bool nk_menu_item_image_label(nk_context* , nk_image_ , const(char)* , nk_flags alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_menu_item_image_text
nk_bool nk_menu_item_image_text(nk_context* , nk_image_ , const(char)* , int len, nk_flags alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_menu_item_label
nk_bool nk_menu_item_label(nk_context* , const(char)* , nk_flags alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_menu_item_symbol_label
nk_bool nk_menu_item_symbol_label(nk_context* , nk_symbol_type , const(char)* , nk_flags alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_menu_item_symbol_text
nk_bool nk_menu_item_symbol_text(nk_context* , nk_symbol_type , const(char)* , int , nk_flags alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_menu_item_text
nk_bool nk_menu_item_text(nk_context* , const(char)* , int , nk_flags align_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_menubar_begin
void nk_menubar_begin(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_menubar_end
void nk_menubar_end(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_murmur_hash
nk_hash nk_murmur_hash(const(void)* key, int len, nk_hash seed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_nine_slice_handle
nk_nine_slice nk_nine_slice_handle(nk_handle , nk_ushort l, nk_ushort t, nk_ushort r, nk_ushort b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_nine_slice_id
nk_nine_slice nk_nine_slice_id(int , nk_ushort l, nk_ushort t, nk_ushort r, nk_ushort b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_nine_slice_is_sub9slice
int nk_nine_slice_is_sub9slice(const(nk_nine_slice)* img)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_nine_slice_ptr
nk_nine_slice nk_nine_slice_ptr(void* , nk_ushort l, nk_ushort t, nk_ushort r, nk_ushort b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_option_label
nk_bool nk_option_label(nk_context* , const(char)* , nk_bool active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_option_text
nk_bool nk_option_text(nk_context* , const(char)* , int , nk_bool active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_plot
void nk_plot(nk_context* , nk_chart_type , const(float)* values, int count, int offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_plot_function
void nk_plot_function(nk_context* , nk_chart_type , void* userdata, float function(void* user, int index) value_getter, int count, int offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_popup_begin
nk_bool nk_popup_begin(nk_context* , nk_popup_type , const(char)* , nk_flags , nk_rect_ bounds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_popup_close
void nk_popup_close(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_popup_end
void nk_popup_end(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_popup_get_scroll
void nk_popup_get_scroll(nk_context* , nk_uint* offset_x, nk_uint* offset_y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_popup_set_scroll
void nk_popup_set_scroll(nk_context* , nk_uint offset_x, nk_uint offset_y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_prog
nk_size nk_prog(nk_context* , nk_size cur, nk_size max, nk_bool modifyable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_progress
nk_bool nk_progress(nk_context* , nk_size* cur, nk_size max, nk_bool modifyable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_property_double
void nk_property_double(nk_context* , const(char)* name, double min, double* val, double max, double step, float inc_per_pixel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_property_float
void nk_property_float(nk_context* , const(char)* name, float min, float* val, float max, float step, float inc_per_pixel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_property_int
void nk_property_int(nk_context* , const(char)* name, int min, int* val, int max, int step, float inc_per_pixel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_propertyd
double nk_propertyd(nk_context* , const(char)* name, double min, double val, double max, double step, float inc_per_pixel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_propertyf
float nk_propertyf(nk_context* , const(char)* name, float min, float val, float max, float step, float inc_per_pixel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_propertyi
int nk_propertyi(nk_context* , const(char)* name, int min, int val, int max, int step, float inc_per_pixel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_push_custom
void nk_push_custom(nk_command_buffer* , nk_rect_ , nk_command_custom_callback , nk_handle usr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_push_scissor
void nk_push_scissor(nk_command_buffer* , nk_rect_ )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_radio_label
nk_bool nk_radio_label(nk_context* , const(char)* , nk_bool* active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_radio_text
nk_bool nk_radio_text(nk_context* , const(char)* , int , nk_bool* active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_rect
nk_rect_ nk_rect(float x, float y, float w, float h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_rect_pos
nk_vec2_ nk_rect_pos(nk_rect_ )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_rect_size
nk_vec2_ nk_rect_size(nk_rect_ )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_recta
nk_rect_ nk_recta(nk_vec2_ pos, nk_vec2_ size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_recti
nk_rect_ nk_recti(int x, int y, int w, int h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_rectiv
nk_rect_ nk_rectiv(const(int)* xywh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_rectv
nk_rect_ nk_rectv(const(float)* xywh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_rgb
nk_color nk_rgb(int r, int g, int b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_rgb_bv
nk_color nk_rgb_bv(const(nk_byte)* rgb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_rgb_cf
nk_color nk_rgb_cf(nk_colorf c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_rgb_f
nk_color nk_rgb_f(float r, float g, float b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_rgb_fv
nk_color nk_rgb_fv(const(float)* rgb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_rgb_hex
nk_color nk_rgb_hex(const(char)* rgb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_rgb_iv
nk_color nk_rgb_iv(const(int)* rgb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_rgba
nk_color nk_rgba(int r, int g, int b, int a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_rgba_bv
nk_color nk_rgba_bv(const(nk_byte)* rgba)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_rgba_cf
nk_color nk_rgba_cf(nk_colorf c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_rgba_f
nk_color nk_rgba_f(float r, float g, float b, float a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_rgba_fv
nk_color nk_rgba_fv(const(float)* rgba)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_rgba_hex
nk_color nk_rgba_hex(const(char)* rgb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_rgba_iv
nk_color nk_rgba_iv(const(int)* rgba)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_rgba_u32
nk_color nk_rgba_u32(nk_uint )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_select_image_label
nk_bool nk_select_image_label(nk_context* , nk_image_ , const(char)* , nk_flags align_, nk_bool value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_select_image_text
nk_bool nk_select_image_text(nk_context* , nk_image_ , const(char)* , int , nk_flags align_, nk_bool value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_select_label
nk_bool nk_select_label(nk_context* , const(char)* , nk_flags align_, nk_bool value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_select_symbol_label
nk_bool nk_select_symbol_label(nk_context* , nk_symbol_type , const(char)* , nk_flags align_, nk_bool value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_select_symbol_text
nk_bool nk_select_symbol_text(nk_context* , nk_symbol_type , const(char)* , int , nk_flags align_, nk_bool value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_select_text
nk_bool nk_select_text(nk_context* , const(char)* , int , nk_flags align_, nk_bool value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_selectable_image_label
nk_bool nk_selectable_image_label(nk_context* , nk_image_ , const(char)* , nk_flags align_, nk_bool* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_selectable_image_text
nk_bool nk_selectable_image_text(nk_context* , nk_image_ , const(char)* , int , nk_flags align_, nk_bool* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_selectable_label
nk_bool nk_selectable_label(nk_context* , const(char)* , nk_flags align_, nk_bool* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_selectable_symbol_label
nk_bool nk_selectable_symbol_label(nk_context* , nk_symbol_type , const(char)* , nk_flags align_, nk_bool* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_selectable_symbol_text
nk_bool nk_selectable_symbol_text(nk_context* , nk_symbol_type , const(char)* , int , nk_flags align_, nk_bool* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_selectable_text
nk_bool nk_selectable_text(nk_context* , const(char)* , int , nk_flags align_, nk_bool* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_slide_float
float nk_slide_float(nk_context* , float min, float val, float max, float step)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_slide_int
int nk_slide_int(nk_context* , int min, int val, int max, int step)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_slider_float
nk_bool nk_slider_float(nk_context* , float min, float* val, float max, float step)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_slider_int
nk_bool nk_slider_int(nk_context* , int min, int* val, int max, int step)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_spacer
void nk_spacer(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_spacing
void nk_spacing(nk_context* , int cols)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_str_append_str_char
int nk_str_append_str_char(nk_str* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_str_append_str_runes
int nk_str_append_str_runes(nk_str* , const(nk_rune)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_str_append_str_utf8
int nk_str_append_str_utf8(nk_str* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_str_append_text_char
int nk_str_append_text_char(nk_str* , const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_str_append_text_runes
int nk_str_append_text_runes(nk_str* , const(nk_rune)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_str_append_text_utf8
int nk_str_append_text_utf8(nk_str* , const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_str_at_char
char* nk_str_at_char(nk_str* , int pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_str_at_char_const
const(char)* nk_str_at_char_const(const(nk_str)* , int pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_str_at_const
const(char)* nk_str_at_const(const(nk_str)* , int pos, nk_rune* unicode, int* len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_str_at_rune
char* nk_str_at_rune(nk_str* , int pos, nk_rune* unicode, int* len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_str_clear
void nk_str_clear(nk_str* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_str_delete_chars
void nk_str_delete_chars(nk_str* , int pos, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_str_delete_runes
void nk_str_delete_runes(nk_str* , int pos, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_str_free
void nk_str_free(nk_str* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_str_get
char* nk_str_get(nk_str* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_str_get_const
const(char)* nk_str_get_const(const(nk_str)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_str_init
void nk_str_init(nk_str* , const(nk_allocator)* , nk_size size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_str_init_fixed
void nk_str_init_fixed(nk_str* , void* memory, nk_size size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_str_insert_at_char
int nk_str_insert_at_char(nk_str* , int pos, const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_str_insert_at_rune
int nk_str_insert_at_rune(nk_str* , int pos, const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_str_insert_str_char
int nk_str_insert_str_char(nk_str* , int pos, const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_str_insert_str_runes
int nk_str_insert_str_runes(nk_str* , int pos, const(nk_rune)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_str_insert_str_utf8
int nk_str_insert_str_utf8(nk_str* , int pos, const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_str_insert_text_char
int nk_str_insert_text_char(nk_str* , int pos, const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_str_insert_text_runes
int nk_str_insert_text_runes(nk_str* , int pos, const(nk_rune)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_str_insert_text_utf8
int nk_str_insert_text_utf8(nk_str* , int pos, const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_str_len
int nk_str_len(nk_str* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_str_len_char
int nk_str_len_char(nk_str* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_str_remove_chars
void nk_str_remove_chars(nk_str* , int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_str_remove_runes
void nk_str_remove_runes(nk_str* str, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_str_rune_at
nk_rune nk_str_rune_at(const(nk_str)* , int pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_strfilter
int nk_strfilter(const(char)* text, const(char)* regexp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_stricmp
int nk_stricmp(const(char)* s1, const(char)* s2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_stricmpn
int nk_stricmpn(const(char)* s1, const(char)* s2, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_strlen
int nk_strlen(const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_strmatch_fuzzy_string
int nk_strmatch_fuzzy_string(const(char)* str, const(char)* pattern, int* out_score)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_strmatch_fuzzy_text
int nk_strmatch_fuzzy_text(const(char)* txt, int txt_len, const(char)* pattern, int* out_score)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_stroke_arc
void nk_stroke_arc(nk_command_buffer* , float cx, float cy, float radius, float a_min, float a_max, float line_thickness, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_stroke_circle
void nk_stroke_circle(nk_command_buffer* , nk_rect_ , float line_thickness, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_stroke_curve
void nk_stroke_curve(nk_command_buffer* , float , float , float , float , float , float , float , float , float line_thickness, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_stroke_line
void nk_stroke_line(nk_command_buffer* b, float x0, float y0, float x1, float y1, float line_thickness, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_stroke_polygon
void nk_stroke_polygon(nk_command_buffer* , float* , int point_count, float line_thickness, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_stroke_polyline
void nk_stroke_polyline(nk_command_buffer* , float* points, int point_count, float line_thickness, nk_color col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_stroke_rect
void nk_stroke_rect(nk_command_buffer* , nk_rect_ , float rounding, float line_thickness, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_stroke_triangle
void nk_stroke_triangle(nk_command_buffer* , float , float , float , float , float , float , float line_thichness, nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_strtod
double nk_strtod(const(char)* str, const(char*)* endptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_strtof
float nk_strtof(const(char)* str, const(char*)* endptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_strtoi
int nk_strtoi(const(char)* str, const(char*)* endptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_default
void nk_style_default(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_from_table
void nk_style_from_table(nk_context* , const(nk_color)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_get_color_by_name
const(char)* nk_style_get_color_by_name(nk_style_colors )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_hide_cursor
void nk_style_hide_cursor(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_item_color
nk_style_item nk_style_item_color(nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_item_hide
nk_style_item nk_style_item_hide()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_item_image
nk_style_item nk_style_item_image(nk_image_ img)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_item_nine_slice
nk_style_item nk_style_item_nine_slice(nk_nine_slice slice)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_load_all_cursors
void nk_style_load_all_cursors(nk_context* , nk_cursor* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_load_cursor
void nk_style_load_cursor(nk_context* , nk_style_cursor , const(nk_cursor)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_pop_color
nk_bool nk_style_pop_color(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_pop_flags
nk_bool nk_style_pop_flags(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_pop_float
nk_bool nk_style_pop_float(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_pop_font
nk_bool nk_style_pop_font(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_pop_style_item
nk_bool nk_style_pop_style_item(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_pop_vec2
nk_bool nk_style_pop_vec2(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_push_color
nk_bool nk_style_push_color(nk_context* , nk_color* , nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_push_flags
nk_bool nk_style_push_flags(nk_context* , nk_flags* , nk_flags )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_push_float
nk_bool nk_style_push_float(nk_context* , float* , float )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_push_font
nk_bool nk_style_push_font(nk_context* , const(nk_user_font)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_push_style_item
nk_bool nk_style_push_style_item(nk_context* , nk_style_item* , nk_style_item )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_push_vec2
nk_bool nk_style_push_vec2(nk_context* , nk_vec2_* , nk_vec2_ )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_set_cursor
nk_bool nk_style_set_cursor(nk_context* , nk_style_cursor )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_set_font
void nk_style_set_font(nk_context* , const(nk_user_font)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_show_cursor
void nk_style_show_cursor(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_sub9slice_handle
nk_nine_slice nk_sub9slice_handle(nk_handle , nk_ushort w, nk_ushort h, nk_rect_ sub_region, nk_ushort l, nk_ushort t, nk_ushort r, nk_ushort b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_sub9slice_id
nk_nine_slice nk_sub9slice_id(int , nk_ushort w, nk_ushort h, nk_rect_ sub_region, nk_ushort l, nk_ushort t, nk_ushort r, nk_ushort b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_sub9slice_ptr
nk_nine_slice nk_sub9slice_ptr(void* , nk_ushort w, nk_ushort h, nk_rect_ sub_region, nk_ushort l, nk_ushort t, nk_ushort r, nk_ushort b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_subimage_handle
nk_image_ nk_subimage_handle(nk_handle , nk_ushort w, nk_ushort h, nk_rect_ sub_region)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_subimage_id
nk_image_ nk_subimage_id(int , nk_ushort w, nk_ushort h, nk_rect_ sub_region)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_subimage_ptr
nk_image_ nk_subimage_ptr(void* , nk_ushort w, nk_ushort h, nk_rect_ sub_region)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_text
void nk_text(nk_context* , const(char)* , int , nk_flags )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_text_colored
void nk_text_colored(nk_context* , const(char)* , int , nk_flags , nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_text_wrap
void nk_text_wrap(nk_context* , const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_text_wrap_colored
void nk_text_wrap_colored(nk_context* , const(char)* , int , nk_color )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_textedit_cut
nk_bool nk_textedit_cut(nk_text_edit* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_textedit_delete
void nk_textedit_delete(nk_text_edit* , int where, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_textedit_delete_selection
void nk_textedit_delete_selection(nk_text_edit* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_textedit_free
void nk_textedit_free(nk_text_edit* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_textedit_init
void nk_textedit_init(nk_text_edit* , nk_allocator* , nk_size size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_textedit_init_fixed
void nk_textedit_init_fixed(nk_text_edit* , void* memory, nk_size size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_textedit_paste
nk_bool nk_textedit_paste(nk_text_edit* , const(char)* , int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_textedit_redo
void nk_textedit_redo(nk_text_edit* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_textedit_select_all
void nk_textedit_select_all(nk_text_edit* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_textedit_text
void nk_textedit_text(nk_text_edit* , const(char)* , int total_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_textedit_undo
void nk_textedit_undo(nk_text_edit* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_tooltip
void nk_tooltip(nk_context* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_tooltip_begin
nk_bool nk_tooltip_begin(nk_context* , float width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_tooltip_end
void nk_tooltip_end(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_tree_element_image_push_hashed
nk_bool nk_tree_element_image_push_hashed(nk_context* , nk_tree_type , nk_image_ , const(char)* title, nk_collapse_states initial_state, nk_bool* selected, const(char)* hash, int len, int seed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_tree_element_pop
void nk_tree_element_pop(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_tree_element_push
auto nk_tree_element_push(T0 ctx, T1 type, T2 title, T3 state, T4 sel)
Undocumented in source. Be warned that the author may not have intended to support it.
nk_tree_element_push_hashed
nk_bool nk_tree_element_push_hashed(nk_context* , nk_tree_type , const(char)* title, nk_collapse_states initial_state, nk_bool* selected, const(char)* hash, int len, int seed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_tree_element_push_id
auto nk_tree_element_push_id(T0 ctx, T1 type, T2 title, T3 state, T4 sel, T5 id)
Undocumented in source. Be warned that the author may not have intended to support it.
nk_tree_image_push
auto nk_tree_image_push(T0 ctx, T1 type, T2 img, T3 title, T4 state)
Undocumented in source. Be warned that the author may not have intended to support it.
nk_tree_image_push_hashed
nk_bool nk_tree_image_push_hashed(nk_context* , nk_tree_type , nk_image_ , const(char)* title, nk_collapse_states initial_state, const(char)* hash, int len, int seed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_tree_image_push_id
auto nk_tree_image_push_id(T0 ctx, T1 type, T2 img, T3 title, T4 state, T5 id)
Undocumented in source. Be warned that the author may not have intended to support it.
nk_tree_pop
void nk_tree_pop(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_tree_push
auto nk_tree_push(T0 ctx, T1 type, T2 title, T3 state)
Undocumented in source. Be warned that the author may not have intended to support it.
nk_tree_push_hashed
nk_bool nk_tree_push_hashed(nk_context* , nk_tree_type , const(char)* title, nk_collapse_states initial_state, const(char)* hash, int len, int seed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_tree_push_id
auto nk_tree_push_id(T0 ctx, T1 type, T2 title, T3 state, T4 id)
Undocumented in source. Be warned that the author may not have intended to support it.
nk_tree_state_image_push
nk_bool nk_tree_state_image_push(nk_context* , nk_tree_type , nk_image_ , const(char)* title, nk_collapse_states* state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_tree_state_pop
void nk_tree_state_pop(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_tree_state_push
nk_bool nk_tree_state_push(nk_context* , nk_tree_type , const(char)* title, nk_collapse_states* state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_triangle_from_direction
void nk_triangle_from_direction(nk_vec2_* result, nk_rect_ r, float pad_x, float pad_y, nk_heading )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_utf_at
const(char)* nk_utf_at(const(char)* buffer, int length, int index, nk_rune* unicode, int* len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_utf_decode
int nk_utf_decode(const(char)* , nk_rune* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_utf_encode
int nk_utf_encode(nk_rune , char* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_utf_len
int nk_utf_len(const(char)* , int byte_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_vec2
nk_vec2_ nk_vec2(float x, float y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_vec2_add
auto nk_vec2_add(T0 a, T1 b)
Undocumented in source. Be warned that the author may not have intended to support it.
nk_vec2_len_sqr
auto nk_vec2_len_sqr(T a)
Undocumented in source. Be warned that the author may not have intended to support it.
nk_vec2_muls
auto nk_vec2_muls(T0 a, T1 t)
Undocumented in source. Be warned that the author may not have intended to support it.
nk_vec2_sub
auto nk_vec2_sub(T0 a, T1 b)
Undocumented in source. Be warned that the author may not have intended to support it.
nk_vec2i
nk_vec2_ nk_vec2i(int x, int y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_vec2iv
nk_vec2_ nk_vec2iv(const(int)* xy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_vec2v
nk_vec2_ nk_vec2v(const(float)* xy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_widget
nk_widget_layout_states nk_widget(nk_rect_* , const(nk_context)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_widget_bounds
nk_rect_ nk_widget_bounds(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_widget_fitting
nk_widget_layout_states nk_widget_fitting(nk_rect_* , nk_context* , nk_vec2_ )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_widget_has_mouse_click_down
nk_bool nk_widget_has_mouse_click_down(nk_context* , nk_buttons , nk_bool down)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_widget_height
float nk_widget_height(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_widget_is_hovered
nk_bool nk_widget_is_hovered(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_widget_is_mouse_clicked
nk_bool nk_widget_is_mouse_clicked(nk_context* , nk_buttons )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_widget_position
nk_vec2_ nk_widget_position(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_widget_size
nk_vec2_ nk_widget_size(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_widget_width
float nk_widget_width(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_window_close
void nk_window_close(nk_context* ctx, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_window_collapse
void nk_window_collapse(nk_context* , const(char)* name, nk_collapse_states state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_window_collapse_if
void nk_window_collapse_if(nk_context* , const(char)* name, nk_collapse_states , int cond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_window_find
nk_window* nk_window_find(nk_context* ctx, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_window_get_bounds
nk_rect_ nk_window_get_bounds(const(nk_context)* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_window_get_canvas
nk_command_buffer* nk_window_get_canvas(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_window_get_content_region
nk_rect_ nk_window_get_content_region(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_window_get_content_region_max
nk_vec2_ nk_window_get_content_region_max(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_window_get_content_region_min
nk_vec2_ nk_window_get_content_region_min(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_window_get_content_region_size
nk_vec2_ nk_window_get_content_region_size(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_window_get_height
float nk_window_get_height(const(nk_context)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_window_get_panel
nk_panel* nk_window_get_panel(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_window_get_position
nk_vec2_ nk_window_get_position(const(nk_context)* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_window_get_scroll
void nk_window_get_scroll(nk_context* , nk_uint* offset_x, nk_uint* offset_y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_window_get_size
nk_vec2_ nk_window_get_size(const(nk_context)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_window_get_width
float nk_window_get_width(const(nk_context)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_window_has_focus
nk_bool nk_window_has_focus(const(nk_context)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_window_is_active
nk_bool nk_window_is_active(nk_context* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_window_is_any_hovered
nk_bool nk_window_is_any_hovered(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_window_is_closed
nk_bool nk_window_is_closed(nk_context* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_window_is_collapsed
nk_bool nk_window_is_collapsed(nk_context* ctx, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_window_is_hidden
nk_bool nk_window_is_hidden(nk_context* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_window_is_hovered
nk_bool nk_window_is_hovered(nk_context* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_window_set_bounds
void nk_window_set_bounds(nk_context* , const(char)* name, nk_rect_ bounds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_window_set_focus
void nk_window_set_focus(nk_context* , const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_window_set_position
void nk_window_set_position(nk_context* , const(char)* name, nk_vec2_ pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_window_set_scroll
void nk_window_set_scroll(nk_context* , nk_uint offset_x, nk_uint offset_y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_window_set_size
void nk_window_set_size(nk_context* , const(char)* name, nk_vec2_ )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_window_show
void nk_window_show(nk_context* , const(char)* name, nk_show_states )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_window_show_if
void nk_window_show_if(nk_context* , const(char)* name, nk_show_states , int cond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_zero_struct
auto nk_zero_struct(T s)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

NK_BUTTON_BEHAVIOR_STACK_SIZE
enum NK_BUTTON_BEHAVIOR_STACK_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NK_CHART_MAX_SLOT
enum NK_CHART_MAX_SLOT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NK_COLOR_STACK_SIZE
enum NK_COLOR_STACK_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NK_FLAGS_STACK_SIZE
enum NK_FLAGS_STACK_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NK_FLOAT_STACK_SIZE
enum NK_FLOAT_STACK_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NK_FONT_STACK_SIZE
enum NK_FONT_STACK_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NK_INPUT_MAX
enum NK_INPUT_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NK_MAX_FLOAT_PRECISION
enum NK_MAX_FLOAT_PRECISION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NK_MAX_LAYOUT_ROW_TEMPLATE_COLUMNS
enum NK_MAX_LAYOUT_ROW_TEMPLATE_COLUMNS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NK_MAX_NUMBER_BUFFER
enum NK_MAX_NUMBER_BUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NK_PI
enum NK_PI;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NK_SCROLLBAR_HIDING_TIMEOUT
enum NK_SCROLLBAR_HIDING_TIMEOUT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NK_STYLE_ITEM_STACK_SIZE
enum NK_STYLE_ITEM_STACK_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NK_TEXTEDIT_UNDOCHARCOUNT
enum NK_TEXTEDIT_UNDOCHARCOUNT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NK_TEXTEDIT_UNDOSTATECOUNT
enum NK_TEXTEDIT_UNDOSTATECOUNT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NK_UNDEFINED
enum NK_UNDEFINED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NK_UTF_INVALID
enum NK_UTF_INVALID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NK_UTF_SIZE
enum NK_UTF_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NK_VALUE_PAGE_CAPACITY
enum NK_VALUE_PAGE_CAPACITY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NK_VECTOR_STACK_SIZE
enum NK_VECTOR_STACK_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NK_WINDOW_MAX_NAME
enum NK_WINDOW_MAX_NAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

nk_allocator
struct nk_allocator
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_buffer
struct nk_buffer
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_buffer_marker
struct nk_buffer_marker
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_chart
struct nk_chart
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_chart_slot
struct nk_chart_slot
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_clipboard
struct nk_clipboard
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_color
struct nk_color
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_colorf
struct nk_colorf
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_command
struct nk_command
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_command_arc
struct nk_command_arc
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_command_arc_filled
struct nk_command_arc_filled
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_command_buffer
struct nk_command_buffer
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_command_circle
struct nk_command_circle
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_command_circle_filled
struct nk_command_circle_filled
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_command_curve
struct nk_command_curve
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_command_custom
struct nk_command_custom
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_command_image
struct nk_command_image
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_command_line
struct nk_command_line
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_command_polygon
struct nk_command_polygon
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_command_polygon_filled
struct nk_command_polygon_filled
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_command_polyline
struct nk_command_polyline
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_command_rect
struct nk_command_rect
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_command_rect_filled
struct nk_command_rect_filled
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_command_rect_multi_color
struct nk_command_rect_multi_color
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_command_scissor
struct nk_command_scissor
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_command_text
struct nk_command_text
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_command_triangle
struct nk_command_triangle
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_command_triangle_filled
struct nk_command_triangle_filled
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_configuration_stacks
struct nk_configuration_stacks
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_context
struct nk_context
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_convert_config
struct nk_convert_config
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_cursor
struct nk_cursor
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_draw_command
struct nk_draw_command
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_draw_list
struct nk_draw_list
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_draw_null_texture
struct nk_draw_null_texture
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_draw_vertex_layout_element
struct nk_draw_vertex_layout_element
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_edit_state
struct nk_edit_state
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_image_
struct nk_image_
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_input
struct nk_input
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_key
struct nk_key
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_keyboard
struct nk_keyboard
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_list_view
struct nk_list_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_memory
struct nk_memory
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_memory_status
struct nk_memory_status
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_menu_state
struct nk_menu_state
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_mouse
struct nk_mouse
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_mouse_button
struct nk_mouse_button
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_nine_slice
struct nk_nine_slice
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_page
struct nk_page
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_page_element
struct nk_page_element
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_panel
struct nk_panel
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_pool
struct nk_pool
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_popup_buffer
struct nk_popup_buffer
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_popup_state
struct nk_popup_state
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_property_state
struct nk_property_state
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_rect_
struct nk_rect_
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_recti_
struct nk_recti_
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_row_layout
struct nk_row_layout
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_scroll
struct nk_scroll
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_str
struct nk_str
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style
struct nk_style
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_button
struct nk_style_button
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_chart
struct nk_style_chart
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_combo
struct nk_style_combo
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_edit
struct nk_style_edit
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_item
struct nk_style_item
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_progress
struct nk_style_progress
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_property
struct nk_style_property
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_scrollbar
struct nk_style_scrollbar
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_selectable
struct nk_style_selectable
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_slide
struct nk_style_slide
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_slider
struct nk_style_slider
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_tab
struct nk_style_tab
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_text
struct nk_style_text
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_toggle
struct nk_style_toggle
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_window
struct nk_style_window
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_window_header
struct nk_style_window_header
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_table
struct nk_table
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_text_edit
struct nk_text_edit
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_text_undo_record
struct nk_text_undo_record
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_text_undo_state
struct nk_text_undo_state
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_user_font
struct nk_user_font
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_user_font_glyph
struct nk_user_font_glyph
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_vec2_
struct nk_vec2_
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_vec2i_
struct nk_vec2i_
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_window
struct nk_window
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Templates

NK_CONFIGURATION_STACK_TYPE
template NK_CONFIGURATION_STACK_TYPE(string prefix, string name, string type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NK_CONFIG_STACK
template NK_CONFIG_STACK(string type, string size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Unions

nk_handle
union nk_handle
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_page_data
union nk_page_data
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nk_style_item_data
union nk_style_item_data
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta