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

A property type used for configuring gesture begin and end conditions based on the number of active touches. More...

Inherits QObject.

Properties

int start
 This property holds the number of touches required to begin a gesture. More...
 

Detailed Description

A property type used for configuring gesture begin and end conditions based on the number of active touches.

Property Documentation

int TouchLimits::start
readwrite

This property holds the number of touches required to begin a gesture.

The default value is two touches.