WheelEvent QML Type
マウスホイールイベントを記述するパラメータを含む。詳細...
Import Statement: | import Qt3D.Input 2.8 |
In C++: | QWheelEvent |
Status: | Deprecated |
プロパティ
詳細説明
マウスホイールのイベントは、マウスホイールが回転したときに発生します。
KeyEvent 、MouseEvent 、MouseHandlerも参照 。
プロパティ ドキュメント
accepted : bool |
マウスホイールイベントが受け付けられたかどうかを指定します。
angleDelta : Point |
マウスホイールイベントの変更ホイール角度を指定します。
buttons : int |
マウスホイールイベントにボタンが存在する場合、そのボタンを指定する。
modifiers : Modifiers |
マウスホイールイベントに修飾子が適用されているかどうかを指定する。
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.