4#include "../core/widget.hpp"
34 void update(time_t time_ms)
override;
35 void render(
bool force)
const override;
uint32_t id_t
A (typically unique) identifier for widgets.
Definition id.hpp:13
A struct that holds a widget's vertical and horizontal alignment.
Definition alignment.hpp:22
A touchscreen event.
Definition event.hpp:26
A struct that holds the normalized position of a widget.
Definition position.hpp:15
A struct that holds the number of pixels that a widget would take up on the screen.
Definition size.hpp:17