PointerEventInit

JS
1.1
interface PointerEventInit : MouseEventInit
(source)

Properties

JS
1.1

height

open var height : Double ?
JS
1.1

isPrimary

open var isPrimary : Boolean ?
JS
1.1

pointerId

open var pointerId : Int ?
JS
1.1

pointerType

open var pointerType : String ?
JS
1.1

pressure

open var pressure : Float ?
JS
1.1

tangentialPressure

open var tangentialPressure : Float ?
JS
1.1

tiltX

open var tiltX : Int ?
JS
1.1

tiltY

open var tiltY : Int ?
JS
1.1

twist

open var twist : Int ?
JS
1.1

width

open var width : Double ?