Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.uievents
/
KeyboardEvent
/
Companion
Companion
object
Companion
(
source
)
Members
Properties
DOM_
KEY_
LOCATION_
LEFT
Link copied to clipboard
val
DOM_KEY_LOCATION_LEFT
:
KeyLocation
DOM_
KEY_
LOCATION_
NUMPAD
Link copied to clipboard
val
DOM_KEY_LOCATION_NUMPAD
:
KeyLocation
DOM_
KEY_
LOCATION_
RIGHT
Link copied to clipboard
val
DOM_KEY_LOCATION_RIGHT
:
KeyLocation
DOM_
KEY_
LOCATION_
STANDARD
Link copied to clipboard
val
DOM_KEY_LOCATION_STANDARD
:
KeyLocation
KEY_
DOWN
Link copied to clipboard
val
KEY_DOWN
:
EventType
<
KeyboardEvent
>
KEY_
PRESS
Link copied to clipboard
val
KEY_PRESS
:
EventType
<
KeyboardEvent
>
KEY_
UP
Link copied to clipboard
val
KEY_UP
:
EventType
<
KeyboardEvent
>