MouseDevice QML Type▲
-
Import Statement: import Qt3D.Input 2.12
-
Since: Qt 5.5
-
Instantiates:: QMouseDevice
Detailed Description▲
A MouseDevice delegates mouse events from physical mouse device to MouseHandler objects. The sensitivity of the mouse can be controlled with the MouseDevice::sensitivity property, which specifies the rate in which the logical mouse coordinates change in response to physical movement of the mouse.
See Also▲
See also MouseHandler