oif-qml  1.0
A QML plugin for the Open Input Framework gesture stack
Gesture Class Reference

An item describing a gesture subscription. More...

List of all members.

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.

Detailed Description

An item describing a gesture subscription.


Member Enumeration Documentation

An enumeration of classes of multitouch input devices for subscriptions.

See Device::DeviceType for descriptions of the device classes.

Enumerator:
TouchScreens 

All Device::TouchScreen devices.

TouchPads 

All Device::TouchPad devices.

Independents 

All Device::Independent devices.

All 

All devices.


Property Documentation

This property holds the device type.

Only devices matching the device type will generate events. The default value is All.

This property holds the gesture begin and end conditions based on the number of active touches.