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

setAxis().

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().


setSensitivity(float)

See also

sensitivity().

Signals

sensitivityChanged(float)

TODO