#include <kanzi/core.ui/coreui_api.hpp>
#include <kanzi/core.ui/input/event_source.hpp>
#include <kanzi/core.ui/main_loop/main_loop_scheduler.hpp>
#include <kanzi/core.ui/platform/input/common/event_queue.hpp>
#include <kanzi/core.ui/platform/input/common/events.hpp>
Classes | |
class | kanzi::KeyRepeatGenerator |
The KeyRepeatGenerator is an event source decorator that scans the event queue of the EventSource it extends for key-press events and generates from them key-press repetitions. More... | |
Namespaces | |
kanzi | |
Easing functions that require external dependencies for calculation. | |
Variables | |
constexpr auto | kanzi::c_keyRepeatDelay |
Specifies the time in milliseconds Kanzi waits before it detects a key-repeat gesture. More... | |
constexpr auto | kanzi::c_keyRepeatInterval |
Specifies the time in milliseconds between the key-press repetitions. More... | |