A struct that holds the pixel space that a widget would take up on the screen.
Definition bounds.hpp:11
Coords min
The starting point of the bounds.
Definition bounds.hpp:13
bool contains(const Coords &point)
Check if a point is contained within the current bounds.
Coords max
The ending point of the bounds.
Definition bounds.hpp:15
A struct for storing the pixel coordinates of various UI elements.
Definition coords.hpp:17