Configurable event source properties. More...
#include <kanzi/core.ui/input/event_source_properties.hpp>
Public Member Functions | |
| EventSourceProperties () | |
| Constructor. More... | |
Public Attributes | |
| KzsInputTranslation | translation |
| Translation of events from one type to another. More... | |
| Matrix3x3 | transformation |
| Transformation matrix for the event coordinates. More... | |
| bool | discardPointerEvents |
| Whether pointer events are discarded. More... | |
| bool | discardTouchEvents |
| Whether touch events are discarded. More... | |
| string | inputEventDevice |
| Input event device path. More... | |
Configurable event source properties.
|
inlineexplicit |
Constructor.
| KzsInputTranslation 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.