Touch

JS
1.1
abstract class Touch
(source)

Exposes the JavaScript Touch to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript Touch to Kotlin

Touch ( )

Properties

JS
1.1

clientX

open val clientX : Int
JS
1.1

clientY

open val clientY : Int
JS
1.1

identifier

open val identifier : Int
JS
1.1

pageX

open val pageX : Int
JS
1.1

pageY

open val pageY : Int
JS
1.1

region

open val region : String ?
JS
1.1

screenX

open val screenX : Int
JS
1.1

screenY

open val screenY : Int
JS
1.1

target

open val target : EventTarget