kdriver
Toggle table of contents
0.2.5
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Input
/
EmulateTouchFromMouseEventParameter
/
EmulateTouchFromMouseEventParameter
Emulate
Touch
From
Mouse
Event
Parameter
constructor
(
type
:
String
,
x
:
Int
,
y
:
Int
,
button
:
Input.MouseButton
,
timestamp
:
Double
?
=
null
,
deltaX
:
Double
?
=
null
,
deltaY
:
Double
?
=
null
,
modifiers
:
Int
?
=
null
,
clickCount
:
Int
?
=
null
)