RotationSensor QML Type
The RotationSensor element reports on device rotation around the X, Y and Z axes. More...
Import Statement: | import QtSensors 5.15 |
Since: | QtSensors 5.0 |
Inherits: |
Properties
- hasZ : qreal
Detailed Description
The RotationSensor element reports on device rotation around the X, Y and Z axes.
This element wraps the QRotationSensor class. Please see the documentation for QRotationSensor for details.
See also RotationReading.
Property Documentation
This property holds a value indicating if the z angle is available.
Please see QRotationSensor::hasZ for information about this property.