このページでは

WheelEvent QML Type

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

Import Statement: import Qt3D.Input 2.11
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座標を指定する。

© 2026 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.