Component.
More...
#include <gf_type/gui.h>
|
int | type |
| Component type.
|
|
double | x |
| X coord of component.
|
|
double | y |
| X coord of component.
|
|
double | width |
| Width of component.
|
|
double | height |
| Height of component.
|
|
int | pressed |
| 1 if pressed, otherwise 0
|
|
gf_gui_callback_t | callback |
| Event callback.
|
|
gf_gui_union_t | u |
| Component union.
|
|
Component.
Definition at line 120 of file gui.h.
◆ callback
gf_gui_component_t::callback |
Event callback.
Definition at line 120 of file gui.h.
◆ height
gf_gui_component_t::height |
Height of component.
Definition at line 120 of file gui.h.
◆ pressed
gf_gui_component_t::pressed |
1
if pressed, otherwise 0
Definition at line 120 of file gui.h.
◆ type
Component union.
Definition at line 120 of file gui.h.
◆ width
gf_gui_component_t::width |
Width of component.
Definition at line 120 of file gui.h.
X coord of component.
Definition at line 120 of file gui.h.
X coord of component.
Definition at line 120 of file gui.h.
The documentation for this struct was generated from the following file: