kvision-electron
/
io.kvision.electron.electron
/
MouseInputEvent
Mouse
Input
Event
external interface
MouseInputEvent
:
InputEvent
Content copied to clipboard
Functions
Properties
Inheritors
Functions
equals
Link copied to clipboard
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard
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