kvision-electron
/
io.kvision.electron.electron
/
MouseInputEvent
Mouse
Input
Event
external interface
MouseInputEvent
:
InputEvent
Content copied to clipboard
Properties
Inheritors
Properties
button
Link copied to clipboard
open var
button
:
String
?
Content copied to clipboard
clickCount
Link copied to clipboard
open var
clickCount
:
Number
?
Content copied to clipboard
globalX
Link copied to clipboard
open var
globalX
:
Number
?
Content copied to clipboard
globalY
Link copied to clipboard
open var
globalY
:
Number
?
Content copied to clipboard
modifiers
Link copied to clipboard
open var
modifiers
:
Array
<
String
>?
Content copied to clipboard
movementX
Link copied to clipboard
open var
movementX
:
Number
?
Content copied to clipboard
movementY
Link copied to clipboard
open var
movementY
:
Number
?
Content copied to clipboard
type
Link copied to clipboard
abstract var
type
:
String
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
Inheritors
MouseWheelInputEvent
Link copied to clipboard