MouseDevice QML Type
첨부된 MouseHandler 개체에 마우스 이벤트를 위임합니다. 더 보기...
Import Statement: | import Qt3D.Input 2.8 |
In C++: | QMouseDevice |
Status: | Deprecated |
속성
- sensitivity : real
- updateAxesContinuously : bool
상세 설명
마우스 장치는 물리적 마우스 장치에서 MouseHandler 객체로 마우스 이벤트를 위임합니다. 마우스의 감도는 마우스의 물리적 움직임에 따라 논리적 마우스 좌표가 변경되는 속도를 지정하는 MouseDevice::sensitivity 프로퍼티로 제어할 수 있습니다.
MouseHandler도 참조하세요 .
속성 문서
sensitivity : real |
마우스 장치의 현재 감도를 보유합니다. 기본값은 0.1입니다.
updateAxesContinuously : bool |
true
인 경우 마우스 버튼의 누름 여부와 관계없이 축이 변경될 때마다 업데이트됩니다. 그렇지 않으면 마우스 버튼 중 하나를 누르고 있을 때만 축이 업데이트됩니다.
기본값은 false
입니다.
© 2025 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.