Kanzi  3.9.6
Kanzi Engine API
key_repeat_generator.hpp File Reference

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...