PointerEvent

Overview

The PointerEvent interface represents the state of a DOM event produced by a pointer such as the geometry of the contact point, the device type that generated the event, the amount of pressure that was applied on the contact surface, etc.

Location

Properties


height

 

property height: Int32 read;

 

Int32 height { get; }

 

var height: Int32 { get{} }

 

Int32 height { __get; }

 

ReadOnly Property height() As Int32

isPrimary

 

property isPrimary: Boolean read;

 

Boolean isPrimary { get; }

 

var isPrimary: Boolean { get{} }

 

Boolean isPrimary { __get; }

 

ReadOnly Property isPrimary() As Boolean

pointerId

 

property pointerId: Int32 read;

 

Int32 pointerId { get; }

 

var pointerId: Int32 { get{} }

 

Int32 pointerId { __get; }

 

ReadOnly Property pointerId() As Int32

pointerType

 

property pointerType: dynamic read;

 

dynamic pointerType { get; }

 

var pointerType: dynamic { get{} }

 

dynamic pointerType { __get; }

 

ReadOnly Property pointerType() As dynamic

pressure

 

property pressure: Int32 read;

 

Int32 pressure { get; }

 

var pressure: Int32 { get{} }

 

Int32 pressure { __get; }

 

ReadOnly Property pressure() As Int32

tangentialPressure

 

property tangentialPressure: Int32 read;

 

Int32 tangentialPressure { get; }

 

var tangentialPressure: Int32 { get{} }

 

Int32 tangentialPressure { __get; }

 

ReadOnly Property tangentialPressure() As Int32

tiltX

 

property tiltX: Double read;

 

Double tiltX { get; }

 

var tiltX: Double { get{} }

 

Double tiltX { __get; }

 

ReadOnly Property tiltX() As Double

tiltY

 

property tiltY: Double read;

 

Double tiltY { get; }

 

var tiltY: Double { get{} }

 

Double tiltY { __get; }

 

ReadOnly Property tiltY() As Double

twist

 

property twist: dynamic read;

 

dynamic twist { get; }

 

var twist: dynamic { get{} }

 

dynamic twist { __get; }

 

ReadOnly Property twist() As dynamic

width

 

property width: Int32 read;

 

Int32 width { get; }

 

var width: Int32 { get{} }

 

Int32 width { __get; }

 

ReadOnly Property width() As Int32