Nuklear
Minimal-state, immediate-mode graphical user interface toolkit written in ANSI C.
 
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 4510 of file nuklear.h.

Field Documentation

◆ next

nk_size nk_command::next

Definition at line 4512 of file nuklear.h.

◆ type

enum nk_command_type nk_command::type

Definition at line 4511 of file nuklear.h.