WheelEvent QML Type

Contains parameters that describe a mouse wheel event. More...

Import Statement: import Qt3D.Input 2.0
Since: Qt 5.5
Instantiates: QWheelEvent

Properties

Detailed Description

Mouse wheel events occur when the mouse wheel is rotated.

See also KeyEvent, MouseEvent, and MouseHandler.

Property Documentation

accepted : bool


[read-only] angleDelta : Point


[read-only] buttons : int


[read-only] modifiers : Modifiers


[read-only] x : int


[read-only] y : int