MouseDevice QML Type
Delegates mouse events to the attached MouseHandler objects. 更多...
Import Statement: | import Qt3D.Input 2.0 |
开始支持版本: | Qt 5.5 |
Instantiates: | QMouseDevice |
属性
- sensitivity : real
详细描述
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.
参见 MouseHandler.