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

A property type used for providing information about an axis of a touch device. More...

Inherits QObject.

Properties

float min
 This property holds the minimum value of the axis. More...
 
float max
 This property holds the maximum value of the axis. More...
 
float resolution
 This property holds the resolution of the axis in units per millimeter. More...
 

Detailed Description

A property type used for providing information about an axis of a touch device.

Property Documentation

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.