toggle menu
kilua-project
0.0.15
common
switch theme
search in API
kilua-dom
/
web.dom.pointerevents
Package-level
declarations
Types
Types
Pointer
Event
Link copied to clipboard
open
class
PointerEvent
(
type
:
String
,
eventInitDict
:
PointerEventInit
)
:
MouseEvent
,
JsAny
Exposes the JavaScript
PointerEvent
to Kotlin
Pointer
Event
Init
Link copied to clipboard
interface
PointerEventInit
:
MouseEventInit
,
JsAny