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

Data Fields

struct nk_command header
 
short x
 
short y
 
unsigned short line_thickness
 
unsigned short w
 
unsigned short h
 
struct nk_color color
 

Detailed Description

Definition at line 4585 of file nuklear.h.

Field Documentation

◆ color

struct nk_color nk_command_circle::color

Definition at line 4590 of file nuklear.h.

◆ h

unsigned short nk_command_circle::h

Definition at line 4589 of file nuklear.h.

◆ header

struct nk_command nk_command_circle::header

Definition at line 4586 of file nuklear.h.

◆ line_thickness

unsigned short nk_command_circle::line_thickness

Definition at line 4588 of file nuklear.h.

◆ w

unsigned short nk_command_circle::w

Definition at line 4589 of file nuklear.h.

◆ x

short nk_command_circle::x

Definition at line 4587 of file nuklear.h.

◆ y

short nk_command_circle::y

Definition at line 4587 of file nuklear.h.