kvision-electron
5.13.0
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
click
Count
Link copied to clipboard
open
var
clickCount
:
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
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
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