Struct Point
A touch point
public struct Point
Properties
Event
Gets or sets the event type.
public Event Event { readonly get; set; }
Property Value
Miscelaneous
Gets or sets miscelaneous.
public byte Miscelaneous { readonly get; set; }
Property Value
TouchId
Gets or sets the touche type.
public byte TouchId { readonly get; set; }
Property Value
Weigth
Gets of sets the weight.
public byte Weigth { readonly get; set; }
Property Value
X
Gets or sets X
public int X { readonly get; set; }
Property Value
Y
Gets or sets Y
public int Y { readonly get; set; }