uTouch-qml 1.0
A QML plugin for the uTouch gesture stack
|
A property type used for providing information about an axis of a touch device. More...
Properties | |
float | min |
This property holds the minimum value of the axis. | |
float | max |
This property holds the maximum value of the axis. | |
float | resolution |
This property holds the resolution of the axis in units per millimeter. |
A property type used for providing information about an axis of a touch device.
float AxisInfo::max [read] |
This property holds the maximum value of the axis.
float AxisInfo::min [read] |
This property holds the minimum value of the axis.
float AxisInfo::resolution [read] |
This property holds the resolution of the axis in units per millimeter.
When the resolution of the device is unknown, the value of this property is set to 0.