WheelEvent QML Type

マウスホイールイベントを記述するパラメータを含む。詳細...

Import Statement: import Qt3D.Input 2.8
In C++: QWheelEvent
Status: Deprecated

プロパティ

詳細説明

マウスホイールのイベントは、マウスホイールが回転したときに発生します。

KeyEventMouseEventMouseHandlerも参照

プロパティ ドキュメント

accepted : bool

マウスホイールイベントが受け付けられたかどうかを指定します。


angleDelta : Point [read-only]

マウスホイールイベントの変更ホイール角度を指定します。


buttons : int [read-only]

マウスホイールイベントにボタンが存在する場合、そのボタンを指定する。


modifiers : Modifiers [read-only]

マウスホイールイベントに修飾子が適用されているかどうかを指定する。


x : int [read-only]

マウスホイールイベントのX座標を指定します。


y : int [read-only]

マウスホイールイベントの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.