Table of Contents

Class PointerEventInit

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class PointerEventInit : MouseEventInit
Inheritance
PointerEventInit
Inherited Members

Constructors

PointerEventInit()

public PointerEventInit()

Fields

AltitudeAngle

[Value("altitudeAngle")]
public Number AltitudeAngle

Field Value

Number

AzimuthAngle

[Value("azimuthAngle")]
public Number AzimuthAngle

Field Value

Number

CoalescedEvents

[Value("coalescedEvents")]
public List<PointerEvent> CoalescedEvents

Field Value

List<PointerEvent>

Height

[Value("height")]
public Number Height

Field Value

Number

IsPrimary

[Value("isPrimary")]
public bool IsPrimary

Field Value

bool

PersistentDeviceId

[Value("persistentDeviceId")]
public long PersistentDeviceId

Field Value

long

PointerId

[Value("pointerId")]
public long PointerId

Field Value

long

PointerType

[Value("pointerType")]
public string PointerType

Field Value

string

PredictedEvents

[Value("predictedEvents")]
public List<PointerEvent> PredictedEvents

Field Value

List<PointerEvent>

Pressure

[Value("pressure")]
public Number Pressure

Field Value

Number

TangentialPressure

[Value("tangentialPressure")]
public Number TangentialPressure

Field Value

Number

TiltX

[Value("tiltX")]
public long TiltX

Field Value

long

TiltY

[Value("tiltY")]
public long TiltY

Field Value

long

Twist

[Value("twist")]
public long Twist

Field Value

long

Width

[Value("width")]
public Number Width

Field Value

Number