uint16_t uisize_t
A non-negative size for UI widgets.
Definition size.hpp:12
A struct that holds the number of pixels that a widget would take up on the screen.
Definition size.hpp:17
uisize_t y
The height of the widget.
Definition size.hpp:21
uisize_t x
The width of the widget.
Definition size.hpp:19