Class Window.MouseMoveRelativeDelegate
Perform mouse move action in relative mode.
Inheritance
System.Object
Window.MouseMoveRelativeDelegate
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class MouseMoveRelativeDelegate : MulticastDelegate
Constructors
MouseMoveRelativeDelegate(Object, IntPtr)
Declaration
public MouseMoveRelativeDelegate(object object, IntPtr method)
Parameters
|
System.Object
object
|
|
System.IntPtr
method
|
Methods
BeginInvoke(ref Float2, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(ref Float2 motion, AsyncCallback callback, object object)
Parameters
|
Float2
motion
|
|
System.AsyncCallback
callback
|
|
System.Object
object
|
Returns
|
System.IAsyncResult
|
EndInvoke(ref Float2, IAsyncResult)
Declaration
public virtual void EndInvoke(ref Float2 motion, IAsyncResult result)
Parameters
|
Float2
motion
|
|
System.IAsyncResult
result
|