Nuklear
This is a minimal-state, immediate-mode graphical user interface toolkit written in ANSI C and licensed under public domain. It was designed as a simple embeddable user interface for application and does not have any dependencies, a default render backend or OS window/input handling but instead provides a highly modular, library-based approach, with simple input state for input and draw commands describing primitive shapes as output. So instead of providing a layered library that tries to abstract over a number of platform and render backends, it focuses only on the actual UI.
 
Loading...
Searching...
No Matches
nk_property_state Struct Reference

Data Fields

int active
 
int prev
 
char buffer [NK_MAX_NUMBER_BUFFER]
 
int length
 
int cursor
 
int select_start
 
int select_end
 
nk_hash name
 
unsigned int seq
 
unsigned int old
 
int state
 

Detailed Description

Definition at line 5525 of file nuklear.h.

Field Documentation

◆ active

int nk_property_state::active

Definition at line 5526 of file nuklear.h.

◆ buffer

char nk_property_state::buffer[NK_MAX_NUMBER_BUFFER]

Definition at line 5527 of file nuklear.h.

◆ cursor

int nk_property_state::cursor

Definition at line 5529 of file nuklear.h.

◆ length

int nk_property_state::length

Definition at line 5528 of file nuklear.h.

◆ name

nk_hash nk_property_state::name

Definition at line 5532 of file nuklear.h.

◆ old

unsigned int nk_property_state::old

Definition at line 5534 of file nuklear.h.

◆ prev

int nk_property_state::prev

Definition at line 5526 of file nuklear.h.

◆ select_end

int nk_property_state::select_end

Definition at line 5531 of file nuklear.h.

◆ select_start

int nk_property_state::select_start

Definition at line 5530 of file nuklear.h.

◆ seq

unsigned int nk_property_state::seq

Definition at line 5533 of file nuklear.h.

◆ state

int nk_property_state::state

Definition at line 5535 of file nuklear.h.


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