Class Window.TouchDelegate
Perform touch action.
Inheritance
System.Object
Window.TouchDelegate
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class TouchDelegate : MulticastDelegate
Constructors
TouchDelegate(Object, IntPtr)
Declaration
public TouchDelegate(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(ref Float2, Int32, ref Boolean, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(ref Float2 pointerPosition, int pointerId, ref bool handled, AsyncCallback callback, object object)
Parameters
Float2
pointerPosition
|
System.Int32
pointerId
|
System.Boolean
handled
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(ref Float2, ref Boolean, IAsyncResult)
Declaration
public virtual void EndInvoke(ref Float2 pointerPosition, ref bool handled, IAsyncResult result)
Parameters
Float2
pointerPosition
|
System.Boolean
handled
|
System.IAsyncResult
result
|
Invoke(ref Float2, Int32, ref Boolean)
Declaration
public virtual void Invoke(ref Float2 pointerPosition, int pointerId, ref bool handled)
Parameters
Float2
pointerPosition
|
System.Int32
pointerId
|
System.Boolean
handled
|