1.26.2.1
Prysm
cohtml.Net.GestureEventData Class Reference
+ Inheritance diagram for cohtml.Net.GestureEventData:

Public Types

enum  EventType {
  EventType.Unknown, EventType.Fling, EventType.PanStart, EventType.PanEnd,
  EventType.Tap
}
 

Public Member Functions

virtual void Dispose ()
 
float GetDeltaX ()
 
float GetDeltaY ()
 
float GetDuration ()
 
void SetDeltaX (float newDeltaX)
 
void SetDeltaY (float newDeltaY)
 
void SetDuration (float newDuration)
 
 GestureEventData ()
 

Protected Attributes

bool swigCMemOwn
 

Properties

float CurrentLocationX [get, set]
 
float CurrentLocationY [get, set]
 
float StartLocationX [get, set]
 
float StartLocationY [get, set]
 
GestureEventData.EventType Type [get, set]
 

Member Enumeration Documentation

◆ EventType

Enumerator
Unknown 
Fling 
PanStart 
PanEnd 
Tap 

Constructor & Destructor Documentation

◆ GestureEventData()

cohtml.Net.GestureEventData.GestureEventData ( )
inline

Member Function Documentation

◆ Dispose()

virtual void cohtml.Net.GestureEventData.Dispose ( )
inlinevirtual

◆ GetDeltaX()

float cohtml.Net.GestureEventData.GetDeltaX ( )
inline

◆ GetDeltaY()

float cohtml.Net.GestureEventData.GetDeltaY ( )
inline

◆ GetDuration()

float cohtml.Net.GestureEventData.GetDuration ( )
inline

◆ SetDeltaX()

void cohtml.Net.GestureEventData.SetDeltaX ( float  newDeltaX)
inline

◆ SetDeltaY()

void cohtml.Net.GestureEventData.SetDeltaY ( float  newDeltaY)
inline

◆ SetDuration()

void cohtml.Net.GestureEventData.SetDuration ( float  newDuration)
inline

Member Data Documentation

◆ swigCMemOwn

bool cohtml.Net.GestureEventData.swigCMemOwn
protected

Property Documentation

◆ CurrentLocationX

float cohtml.Net.GestureEventData.CurrentLocationX
getset

◆ CurrentLocationY

float cohtml.Net.GestureEventData.CurrentLocationY
getset

◆ StartLocationX

float cohtml.Net.GestureEventData.StartLocationX
getset

◆ StartLocationY

float cohtml.Net.GestureEventData.StartLocationY
getset

◆ Type

GestureEventData.EventType cohtml.Net.GestureEventData.Type
getset