WheelEvent QML Type▲
-
Import Statement: import Qt3D.Input 2.4
-
Since:: Qt 5.5
-
Instantiates:: QWheelEvent
Detailed Description▲
Mouse wheel events occur when the mouse wheel is rotated.
See Also▲
See also KeyEvent, MouseEvent, MouseHandler
Property Documentation▲
accepted : bool▲
Specifies if the mouse wheel event has been accepted
[read-only] angleDelta : Point▲
Specifies The change wheel angle of the mouse wheel event
[read-only] buttons : int▲
[read-only] modifiers : Modifiers▲
Specifies if any modifiers were applied to the mouse wheel event
[read-only] x : int▲
Specifies The X coordinate of the mouse wheel event
[read-only] y : int▲
Specifies The Y coordinate of the mouse wheel event