MouseDevice QML Type
Delegates mouse events to the attached MouseHandler objects. More...
Import Statement: | import Qt3D.Input 2.0 |
Since: | Qt 5.5 |
Instantiates: | QMouseDevice |
Properties
- sensitivity : real
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 MouseHandler.
Property Documentation
© 2017 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.