MouseEvent QML Type
マウスイベントを記述するパラメータを提供する。詳細...
Import Statement: | import Qt3D.Input 2.8 |
In C++: | QMouseEvent |
Status: | Deprecated |
プロパティ
詳細説明
マウス イベントは、マウス ボタンが押され、マウス位置を起点としてビューを横切る光線がシーンの 1 つ以上の要素と交差したときに発生します。
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.