QMouseDevice¶
Delegates mouse events to the attached MouseHandler objects. More…
Synopsis¶
Functions¶
def
sensitivity
()def
updateAxesContinuously
()
Slots¶
def
setSensitivity
(value)def
setUpdateAxesContinuously
(updateAxesContinuously)
Signals¶
def
sensitivityChanged
(value)def
updateAxesContinuouslyChanged
(updateAxesContinuously)
Detailed Description¶
A
QMouseDevice
delegates mouse events from physical mouse device toQMouseHandler
objects. The sensitivity of the mouse can be controlled with thesensitivity
property, which specifies the rate in which the logical mouse coordinates change in response to physical movement of the mouse.See also
QMouseHandler
- class PySide2.Qt3DInput.Qt3DInput.QMouseDevice([parent=None])¶
- param parent:
Constructs a new
QMouseDevice
instance with parentparent
.
- PySide2.Qt3DInput.Qt3DInput.QMouseDevice.Axis¶
The mouse axis.
Constant
Description
Qt3DInput.QMouseDevice.X
Qt3DInput.QMouseDevice.Y
Qt3DInput.QMouseDevice.WheelX
Qt3DInput.QMouseDevice.WheelY
See also
- PySide2.Qt3DInput.Qt3DInput.QMouseDevice.sensitivity()¶
- Return type:
float
Holds the sensitivity of the mouse device. The default is 0.1.
- PySide2.Qt3DInput.Qt3DInput.QMouseDevice.sensitivityChanged(value)¶
- Parameters:
value – float
- PySide2.Qt3DInput.Qt3DInput.QMouseDevice.setSensitivity(value)¶
- Parameters:
value – float
Holds the sensitivity of the mouse device. The default is 0.1.
- PySide2.Qt3DInput.Qt3DInput.QMouseDevice.setUpdateAxesContinuously(updateAxesContinuously)¶
- Parameters:
updateAxesContinuously – bool
If
true
, axes will be updated anytime they change regardless of whether any mouse button is being pressed. Otherwise, axes are updated only when one of the mouse buttons is being pressed.The default value is
false
.
- PySide2.Qt3DInput.Qt3DInput.QMouseDevice.updateAxesContinuously()¶
- Return type:
bool
If
true
, axes will be updated anytime they change regardless of whether any mouse button is being pressed. Otherwise, axes are updated only when one of the mouse buttons is being pressed.The default value is
false
.
- PySide2.Qt3DInput.Qt3DInput.QMouseDevice.updateAxesContinuouslyChanged(updateAxesContinuously)¶
- Parameters:
updateAxesContinuously – bool
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.