QTiltReading¶
The
QTiltReading
class holds readings from the tilt sensor. More…

Synopsis¶
Functions¶
def
setXRotation
(x)def
setYRotation
(y)def
xRotation
()def
yRotation
()
Detailed Description¶
The tilt sensor reports the angle of tilt in degrees of the device along the X and Y plane.
-
class
QTiltReading
(parent)¶ - Parameters
parent –
QObject
-
PySide2.QtSensors.QTiltReading.
xRotation
()¶ - Return type
qreal
See also
-
PySide2.QtSensors.QTiltReading.
yRotation
()¶ - Return type
qreal
See also