QMouseDevice露
- PyQt5.Qt3DInput.QMouseDevice
Inherits from QAbstractPhysicalDevice.
Description露
Delegates mouse events to the attached MouseHandler objects.
A QMouseDevice delegates mouse events from physical mouse device to QMouseHandler objects. The sensitivity of the mouse can be controlled with the QMouseDevice::sensitivity property, which specifies the rate in which the logical mouse coordinates change in response to physical movement of the mouse.
See also
QMouseHandler.
Enums露
- Axis
The mouse axis.
See also
Member
Value
Description
WheelX TODO
TODO
WheelY TODO
TODO
X TODO
TODO
Y TODO
TODO
Methods露
- __init__(parent: QNode = None)
Constructs a new QMouseDevice instance with parent parent.
- axisCount() → int
Returns the axis count.
Note: Currently always returns 4.
- axisIdentifier(str) → int
Convert axis name to axis identifier.
- axisNames() → List[str]
Returns the names of the axis.
Note: Currently always returns StringList[鈥淴鈥, 鈥淵鈥漖
- buttonCount() → int
Returns the button count.
Note: Currently always returns 3.
- buttonIdentifier(str) → int
Returns the button identifier that corresponds with the specified name. The possible return values are documented in Buttons.
- buttonNames() → List[str]
Returns the names of the buttons.
Note: Currently always returns StringList[鈥淟eft鈥, 鈥淩ight鈥, 鈥淐enter鈥漖
- sceneChangeEvent(QSceneChange)
TODO
- sensitivity() → float
See also
- setSensitivity(float)
See also
Signals露
- sensitivityChanged(float)
TODO