Skip to content
SiteEmail

cohtml.Net.TouchEventData

A touch event.

Inherits from SystemIDisposable

Name
enum classEventType { TouchMove, TouchDown, TouchUp}
Name
virtual voidDispose()
TouchEventData()
Name
intX
The X position where the touch happened in pixels in the space of the view.
intY
The Y position where the touch happened in pixels in the space of the view.
uintId
Identifies a particular touch input. This value must stay consistent in a touch contact sequence.
TouchEventData.EventTypeType
The type of the touch event.
EventModifiersStateModifiers
Key modifiers.
Name
boolswigCMemOwn
EnumeratorValueDescription
TouchMove
TouchDown
TouchUp
virtual void Dispose()
TouchEventData()
int X;

The X position where the touch happened in pixels in the space of the view.

int Y;

The Y position where the touch happened in pixels in the space of the view.

uint Id;

Identifies a particular touch input. This value must stay consistent in a touch contact sequence.

TouchEventData.EventType Type;

The type of the touch event.

EventModifiersState Modifiers;

Key modifiers.

bool swigCMemOwn;