littlekt
0.6.0
js
core
/
com.lehaine.littlekt
/
TouchEvent
Touch
Event
js
external
class
TouchEvent
:
UIEvent
Constructors
Functions
Properties
Constructors
Touch
Event
Link copied to clipboard
js
fun
TouchEvent
(
)
Functions
composed
Path
Link copied to clipboard
js
fun
composedPath
(
)
:
Array
<
EventTarget
>
init
Event
Link copied to clipboard
js
fun
initEvent
(
type
:
String
,
bubbles
:
Boolean
,
cancelable
:
Boolean
)
prevent
Default
Link copied to clipboard
js
fun
preventDefault
(
)
stop
Immediate
Propagation
Link copied to clipboard
js
fun
stopImmediatePropagation
(
)
stop
Propagation
Link copied to clipboard
js
fun
stopPropagation
(
)
Properties
alt
Key
Link copied to clipboard
js
val
altKey
:
Boolean
bubbles
Link copied to clipboard
js
open
val
bubbles
:
Boolean
cancelable
Link copied to clipboard
js
open
val
cancelable
:
Boolean
changed
Touches
Link copied to clipboard
js
val
changedTouches
:
TouchList
composed
Link copied to clipboard
js
open
val
composed
:
Boolean
ctrl
Key
Link copied to clipboard
js
val
ctrlKey
:
Boolean
current
Target
Link copied to clipboard
js
open
val
currentTarget
:
EventTarget
?
default
Prevented
Link copied to clipboard
js
open
val
defaultPrevented
:
Boolean
detail
Link copied to clipboard
js
open
val
detail
:
Int
event
Phase
Link copied to clipboard
js
open
val
eventPhase
:
Short
is
Trusted
Link copied to clipboard
js
open
val
isTrusted
:
Boolean
meta
Key
Link copied to clipboard
js
val
metaKey
:
Boolean
shift
Key
Link copied to clipboard
js
val
shiftKey
:
Boolean
target
Link copied to clipboard
js
open
val
target
:
EventTarget
?
target
Touches
Link copied to clipboard
js
val
targetTouches
:
TouchList
time
Stamp
Link copied to clipboard
js
open
val
timeStamp
:
Number
touches
Link copied to clipboard
js
val
touches
:
TouchList
type
Link copied to clipboard
js
open
val
type
:
String
view
Link copied to clipboard
js
open
val
view
:
Window
?