cohtml.Net.IGestureListener
Inherits from SystemIDisposable
Inherited by cohtml.InputSystem.GestureListener
Public Functions
Name | |
---|---|
virtual void | Dispose() |
virtual void | OnPanRecognized(float arg0, float arg1, float arg2, float arg3, float arg4, float arg5) |
virtual void | OnPanCompleted(float arg0, float arg1) |
virtual void | OnFlingCompleted(float arg0, float arg1, float arg2, float arg3, float arg4) |
virtual void | OnTapRecognized(float arg0, float arg1) |
IGestureListener() | |
delegate void | SwigDelegateIGestureListener_0(float arg0, float arg1, float arg2, float arg3, float arg4, float arg5, global.System.IntPtr swigId) |
delegate void | SwigDelegateIGestureListener_1(float arg0, float arg1, global.System.IntPtr swigId) |
delegate void | SwigDelegateIGestureListener_2(float arg0, float arg1, float arg2, float arg3, float arg4, global.System.IntPtr swigId) |
delegate void | SwigDelegateIGestureListener_3(float arg0, float arg1, global.System.IntPtr swigId) |
Protected Attributes
Name | |
---|---|
bool | swigCMemOwn |
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
)
Reimplemented by: cohtml.InputSystem.GestureListener.OnPanRecognized
function OnPanCompleted
virtual void OnPanCompleted(
float arg0,
float arg1
)
Reimplemented by: cohtml.InputSystem.GestureListener.OnPanCompleted
function OnFlingCompleted
virtual void OnFlingCompleted(
float arg0,
float arg1,
float arg2,
float arg3,
float arg4
)
Reimplemented by: cohtml.InputSystem.GestureListener.OnFlingCompleted
function OnTapRecognized
virtual void OnTapRecognized(
float arg0,
float arg1
)
Reimplemented by: cohtml.InputSystem.GestureListener.OnTapRecognized
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;