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_command Struct Reference

command base and header of every command inside the buffer More...

#include <nuklear.h>

Data Fields

enum nk_command_type type
 
nk_size next
 

Detailed Description

command base and header of every command inside the buffer

Definition at line 4467 of file nuklear.h.

Field Documentation

◆ next

nk_size nk_command::next

Definition at line 4469 of file nuklear.h.

◆ type

enum nk_command_type nk_command::type

Definition at line 4468 of file nuklear.h.


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