#include <kanzi/core/cpp/vector.hpp>
#include <kanzi/core/math/matrix3x3.hpp>
#include <kanzi/core.ui/platform/input/common/event_queue.hpp>
#include <kanzi/core.ui/platform/input/common/input_types.hpp>
Classes | |
struct | kanzi::EventSourceProperties |
Configurable event source properties. More... | |
struct | kanzi::KeyMap |
Defines the keys to map from a {LogicalKey, KeyModifier} pair to a simple LogicalKey. More... | |
Namespaces | |
namespace | kanzi |
Enumerations | |
enum | kanzi::InputTranslation { kanzi::TranslateNone , kanzi::TranslatePointerToTouch , kanzi::TranslateTouchToPointer , kanzi::TranslatePointerToTouchPreserve , kanzi::TranslateTouchToPointerPreserve } |
Enumeration to select translation of events. More... | |