Nuklear
Minimal-state, immediate-mode graphical user interface toolkit written in ANSI C.
 
Loading...
Searching...
No Matches
nk_command_custom Struct Reference
Collaboration diagram for nk_command_custom:

Data Fields

struct nk_command header
 
short x
 
short y
 
unsigned short w
 
unsigned short h
 
nk_handle callback_data
 
nk_command_custom_callback callback
 

Detailed Description

Definition at line 4650 of file nuklear.h.

Field Documentation

◆ callback

nk_command_custom_callback nk_command_custom::callback

Definition at line 4655 of file nuklear.h.

◆ callback_data

nk_handle nk_command_custom::callback_data

Definition at line 4654 of file nuklear.h.

◆ h

unsigned short nk_command_custom::h

Definition at line 4653 of file nuklear.h.

◆ header

struct nk_command nk_command_custom::header

Definition at line 4651 of file nuklear.h.

◆ w

unsigned short nk_command_custom::w

Definition at line 4653 of file nuklear.h.

◆ x

short nk_command_custom::x

Definition at line 4652 of file nuklear.h.

◆ y

short nk_command_custom::y

Definition at line 4652 of file nuklear.h.