Nuklear
Minimal-state, immediate-mode graphical user interface toolkit written in ANSI C.
 
Loading...
Searching...
No Matches
nk_rect Struct Reference

Data Fields

float x
 
float y
 
float w
 
float h
 

Detailed Description

Definition at line 270 of file nuklear.h.

Field Documentation

◆ h

float nk_rect::h

Definition at line 270 of file nuklear.h.

◆ w

float nk_rect::w

Definition at line 270 of file nuklear.h.

◆ x

float nk_rect::x

Definition at line 270 of file nuklear.h.

◆ y

float nk_rect::y

Definition at line 270 of file nuklear.h.