|
oif-qml
1.0
A QML plugin for the Open Input Framework gesture stack
|
An item describing a gesture subscription. More...
Public Types | |
| enum | DeviceType |
| An enumeration of classes of multitouch input devices for subscriptions. More... | |
Properties | |
| TouchLimits | touches |
| This property holds the gesture begin and end conditions based on the number of active touches. | |
| DeviceType | devices |
| This property holds the device type. | |
An item describing a gesture subscription.
| enum Gesture::DeviceType |
An enumeration of classes of multitouch input devices for subscriptions.
See Device::DeviceType for descriptions of the device classes.
| TouchScreens |
All Device::TouchScreen devices. |
| TouchPads |
All Device::TouchPad devices. |
| Independents |
All Device::Independent devices. |
| All |
All devices. |
|
readwrite |
This property holds the device type.
Only devices matching the device type will generate events. The default value is All.
|
read |
This property holds the gesture begin and end conditions based on the number of active touches.