cohtml::Net::GestureEventData

Inherits from SystemIDisposable

Public Types

Name
enum classEventType { Unknown, Fling, PanStart, PanEnd, Tap}

Public Functions

Name
virtual voidDispose()
floatGetDeltaX()
floatGetDeltaY()
floatGetDuration()
voidSetDeltaX(float newDeltaX)
voidSetDeltaY(float newDeltaY)
voidSetDuration(float newDuration)
GestureEventData()

Public Properties

Name
floatCurrentLocationX
floatCurrentLocationY
floatStartLocationX
floatStartLocationY
GestureEventData.EventTypeType

Protected Attributes

Name
boolswigCMemOwn

Public Types Documentation

enum EventType

EnumeratorValueDescription
Unknown
Fling
PanStart
PanEnd
Tap

Public Functions Documentation

function Dispose

virtual void Dispose()

function GetDeltaX

float GetDeltaX()

function GetDeltaY

float GetDeltaY()

function GetDuration

float GetDuration()

function SetDeltaX

void SetDeltaX(
    float newDeltaX
)

function SetDeltaY

void SetDeltaY(
    float newDeltaY
)

function SetDuration

void SetDuration(
    float newDuration
)

function GestureEventData

GestureEventData()

Public Property Documentation

property CurrentLocationX

float CurrentLocationX;

property CurrentLocationY

float CurrentLocationY;

property StartLocationX

float StartLocationX;

property StartLocationY

float StartLocationY;

property Type

GestureEventData.EventType Type;

Protected Attributes Documentation

variable swigCMemOwn

bool swigCMemOwn;