kvision-electron
5.13.0
kvision-electron
/
io.kvision.electron.electron
/
MouseWheelInputEvent
Mouse
Wheel
Input
Event
external
interface
MouseWheelInputEvent
:
MouseInputEvent
Content copied to clipboard
Properties
Properties
acceleration
Ratio
X
Link copied to clipboard
open
var
accelerationRatioX
:
Number
?
Content copied to clipboard
acceleration
Ratio
Y
Link copied to clipboard
open
var
accelerationRatioY
:
Number
?
Content copied to clipboard
button
Link copied to clipboard
open
var
button
:
String
?
Content copied to clipboard
can
Scroll
Link copied to clipboard
open
var
canScroll
:
Boolean
?
Content copied to clipboard
click
Count
Link copied to clipboard
open
var
clickCount
:
Number
?
Content copied to clipboard
delta
X
Link copied to clipboard
open
var
deltaX
:
Number
?
Content copied to clipboard
delta
Y
Link copied to clipboard
open
var
deltaY
:
Number
?
Content copied to clipboard
global
X
Link copied to clipboard
open
var
globalX
:
Number
?
Content copied to clipboard
global
Y
Link copied to clipboard
open
var
globalY
:
Number
?
Content copied to clipboard
has
Precise
Scrolling
Deltas
Link copied to clipboard
open
var
hasPreciseScrollingDeltas
:
Boolean
?
Content copied to clipboard
modifiers
Link copied to clipboard
open
var
modifiers
:
Array
<
String
>
?
Content copied to clipboard
movement
X
Link copied to clipboard
open
var
movementX
:
Number
?
Content copied to clipboard
movement
Y
Link copied to clipboard
open
var
movementY
:
Number
?
Content copied to clipboard
type
Link copied to clipboard
abstract
override
var
type
:
String
Content copied to clipboard
wheel
Ticks
X
Link copied to clipboard
open
var
wheelTicksX
:
Number
?
Content copied to clipboard
wheel
Ticks
Y
Link copied to clipboard
open
var
wheelTicksY
:
Number
?
Content copied to clipboard
x
Link copied to clipboard
abstract
var
x
:
Number
Content copied to clipboard
y
Link copied to clipboard
abstract
var
y
:
Number
Content copied to clipboard