Configurable event source properties. More...
#include <kanzi/core.ui/input/event_source_properties.hpp>
Public Types | |
| using | KeyMapCollection |
| The convertible key collection. | |
Public Member Functions | |
| EventSourceProperties () | |
| Constructor. | |
| EventSourceProperties (KeyMapCollection keyMap) | |
| Constructor. Constructs the event source properties with custom key converters. | |
Public Attributes | |
| bool | discardPointerEvents |
| Whether pointer events are discarded. | |
| bool | discardTouchEvents |
| Whether touch events are discarded. | |
| string | inputEventDevice |
| Input event device path. | |
| KeyMapCollection | keyMap |
| The convertible keys. | |
| Matrix3x3 | transformation |
| Transformation matrix for the event coordinates. | |
| InputTranslation | translation |
| Translation of events from one type to another. | |
Configurable event source properties.
The convertible key collection.
|
inlineexplicit |
Constructor.
|
inlineexplicit |
Constructor. Constructs the event source properties with custom key converters.
| KeyMapCollection kanzi::EventSourceProperties::keyMap |
The convertible keys.
| InputTranslation kanzi::EventSourceProperties::translation |
Translation of events from one type to another.
| Matrix3x3 kanzi::EventSourceProperties::transformation |
Transformation matrix for the event coordinates.
| bool kanzi::EventSourceProperties::discardPointerEvents |
Whether pointer events are discarded.
The default value is false.
| bool kanzi::EventSourceProperties::discardTouchEvents |
Whether touch events are discarded.
The default value is false.
| string kanzi::EventSourceProperties::inputEventDevice |
Input event device path.