MouseEvent QML Type
마우스 이벤트를 설명하는 매개변수를 제공합니다. 더 보기...
Import Statement: | import Qt3D.Input 2.9 |
In C++: | QMouseEvent |
Status: | Deprecated |
속성
자세한 설명
마우스 이벤트는 마우스 버튼을 누르고 마우스 위치에서 시작하여 뷰를 가로지르는 광선이 장면의 하나 이상의 요소와 교차할 때 발생합니다.
KeyEvent, WheelEvent, MouseHandler 를참조하십시오 .
속성 문서
accepted : bool |
마우스 이벤트가 수락되었는지 여부를 지정합니다.
button : Buttons |
마우스 이벤트를 트리거하는 버튼을 지정합니다.
buttons : int |
마우스 이벤트를 트리거하는 버튼을 지정합니다.
modifiers : Modifiers |
마우스 이벤트에 수정자가 적용되었는지 여부를 지정합니다.
wasHeld : bool |
마우스 이벤트 중에 마우스 버튼이 누르고 있었는지 지정합니다.
x : int |
마우스 이벤트의 X 좌표를 지정합니다.
y : int |
마우스 이벤트의 Y 좌표를 지정합니다.
© 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.