3#include "structure/application/module/spk_event_based_module.hpp"
4#include "structure/system/device/spk_keyboard.hpp"
5#include "structure/system/event/spk_keyboard_event.hpp"
32 void _treatEvent(spk::KeyboardEvent &p_ievent)
override;
Dispatches keyboard events to a bound widget and tracks keyboard state.
Definition spk_keyboard_module.hpp:23
void _treatEvent(spk::KeyboardEvent &p_ievent) override
Handles a single keyboard event and forwards it to the widget.
Definition spk_keyboard_module.cpp:9
spk::Keyboard & keyboard()
Accesses the managed keyboard state.
Definition spk_keyboard_module.cpp:43
Captures keyboard state and key definitions.
Definition spk_keyboard.hpp:16