cohtml.Net.TouchEventData

A touch event.

Inherits from SystemIDisposable

Public Types

Name
enum classEventType { TouchMove, TouchDown, TouchUp}

Public Functions

Name
virtual voidDispose()
TouchEventData()

Public Properties

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.

Protected Attributes

Name
boolswigCMemOwn

Public Types Documentation

enum EventType

EnumeratorValueDescription
TouchMove
TouchDown
TouchUp

Public Functions Documentation

function Dispose

virtual void Dispose()

function TouchEventData

TouchEventData()

Public Property Documentation

property X

int X;

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

property Y

int Y;

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

property Id

uint Id;

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

property Type

TouchEventData.EventType Type;

The type of the touch event.

property Modifiers

EventModifiersState Modifiers;

Key modifiers.

Protected Attributes Documentation

variable swigCMemOwn

bool swigCMemOwn;