3#include "structure/system/event/spk_update_event.hpp"
5#include "structure/widget/spk_widget.hpp"
Forwards update ticks to the bound widget.
Definition spk_update_module.hpp:17
void setWidget(spk::Widget *p_widget)
Associates the module with a widget.
Definition spk_update_module.cpp:7
void update(spk::UpdateEvent p_event)
Dispatches an update event to the widget if present.
Definition spk_update_module.cpp:12
Carries per-frame update timing and input state snapshot.
Definition spk_update_event.hpp:15