cohtml::Net::TouchEventData

Inherits from SystemIDisposable

Public Types

Name
enum classEventType { TouchMove, TouchDown, TouchUp}

Public Functions

Name
virtual voidDispose()
TouchEventData()

Public Properties

Name
intX
intY
uintId
TouchEventData.EventTypeType
EventModifiersStateModifiers

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;

property Y

int Y;

property Id

uint Id;

property Type

TouchEventData.EventType Type;

property Modifiers

EventModifiersState Modifiers;

Protected Attributes Documentation

variable swigCMemOwn

bool swigCMemOwn;