cohtml::Net::IGestureListener

Inherits from SystemIDisposable

Public Functions

Name
virtual voidDispose()
virtual voidOnPanRecognized(float arg0, float arg1, float arg2, float arg3, float arg4, float arg5)
virtual voidOnPanCompleted(float arg0, float arg1)
virtual voidOnFlingCompleted(float arg0, float arg1, float arg2, float arg3, float arg4)
virtual voidOnTapRecognized(float arg0, float arg1)
IGestureListener()
delegate voidSwigDelegateIGestureListener_0(float arg0, float arg1, float arg2, float arg3, float arg4, float arg5, global::System.IntPtr swigId)
delegate voidSwigDelegateIGestureListener_1(float arg0, float arg1, global::System.IntPtr swigId)
delegate voidSwigDelegateIGestureListener_2(float arg0, float arg1, float arg2, float arg3, float arg4, global::System.IntPtr swigId)
delegate voidSwigDelegateIGestureListener_3(float arg0, float arg1, global::System.IntPtr swigId)

Protected Attributes

Name
boolswigCMemOwn

Public Functions Documentation

function Dispose

virtual void Dispose()

function OnPanRecognized

virtual void OnPanRecognized(
    float arg0,
    float arg1,
    float arg2,
    float arg3,
    float arg4,
    float arg5
)

function OnPanCompleted

virtual void OnPanCompleted(
    float arg0,
    float arg1
)

function OnFlingCompleted

virtual void OnFlingCompleted(
    float arg0,
    float arg1,
    float arg2,
    float arg3,
    float arg4
)

function OnTapRecognized

virtual void OnTapRecognized(
    float arg0,
    float arg1
)

function IGestureListener

IGestureListener()

function SwigDelegateIGestureListener_0

delegate void SwigDelegateIGestureListener_0(
    float arg0,
    float arg1,
    float arg2,
    float arg3,
    float arg4,
    float arg5,
    global::System.IntPtr swigId
)

function SwigDelegateIGestureListener_1

delegate void SwigDelegateIGestureListener_1(
    float arg0,
    float arg1,
    global::System.IntPtr swigId
)

function SwigDelegateIGestureListener_2

delegate void SwigDelegateIGestureListener_2(
    float arg0,
    float arg1,
    float arg2,
    float arg3,
    float arg4,
    global::System.IntPtr swigId
)

function SwigDelegateIGestureListener_3

delegate void SwigDelegateIGestureListener_3(
    float arg0,
    float arg1,
    global::System.IntPtr swigId
)

Protected Attributes Documentation

variable swigCMemOwn

bool swigCMemOwn;