InputEventInit
fun
InputEventInit
(
data
:
String
?
=
""
,
isComposing
:
Boolean
?
=
false
,
view
:
Window
?
=
null
,
detail
:
Int
?
=
0
,
bubbles
:
Boolean
?
=
false
,
cancelable
:
Boolean
?
=
false
,
composed
:
Boolean
?
=
false
)
:
InputEventInit
(source)