Class Window.MouseWheelDelegate
Perform mouse wheel action.
Inheritance
System.Object
Window.MouseWheelDelegate
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class MouseWheelDelegate : MulticastDelegate
Constructors
MouseWheelDelegate(Object, IntPtr)
Declaration
public MouseWheelDelegate(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(ref Float2, Single, ref Boolean, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(ref Float2 mouse, float delta, ref bool handled, AsyncCallback callback, object object)
Parameters
Float2
mouse
|
System.Single
delta
|
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 mouse, ref bool handled, IAsyncResult result)
Parameters
Float2
mouse
|
System.Boolean
handled
|
System.IAsyncResult
result
|
Invoke(ref Float2, Single, ref Boolean)
Declaration
public virtual void Invoke(ref Float2 mouse, float delta, ref bool handled)
Parameters
Float2
mouse
|
System.Single
delta
|
System.Boolean
handled
|