MouseWheelInputEvent Type
Constructors
| Constructor |
Description
|
Full Usage:
MouseWheelInputEvent(type, x, y, ?deltaX, ?deltaY, ?wheelTicksX, ?wheelTicksY, ?accelerationRatioX, ?accelerationRatioY, ?hasPreciseScrollingDeltas, ?canScroll, ?button, ?globalX, ?globalY, ?movementX, ?movementY, ?clickCount)
Parameters:
Type
-
The type of the event, can be mouseWheel.
x : int
-
y : int
-
?deltaX : int
-
?deltaY : int
-
?wheelTicksX : int
-
?wheelTicksY : int
-
?accelerationRatioX : int
-
?accelerationRatioY : int
-
?hasPreciseScrollingDeltas : bool
-
?canScroll : bool
-
?button : Button
-
The button pressed, can be left, middle, right.
?globalX : int
-
?globalY : int
-
?movementX : int
-
?movementY : int
-
?clickCount : int
-
Returns: MouseWheelInputEvent
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.accelerationRatioX
|
|
Full Usage:
this.accelerationRatioY
|
|
Full Usage:
this.button
|
The button pressed, can be left, middle, right. |
Full Usage:
this.canScroll
|
|
Full Usage:
this.clickCount
|
|
Full Usage:
this.deltaX
|
|
Full Usage:
this.deltaY
|
|
Full Usage:
this.globalX
|
|
Full Usage:
this.globalY
|
|
Full Usage:
this.hasPreciseScrollingDeltas
|
|
Full Usage:
this.movementX
|
|
Full Usage:
this.movementY
|
|
Full Usage:
this.type
|
The type of the event, can be mouseWheel. |
Full Usage:
this.wheelTicksX
|
|
Full Usage:
this.wheelTicksY
|
|
Full Usage:
this.x
|
|
Full Usage:
this.y
|
|
fable-electron-docs-api