Delegate Tree.ItemMouseSelectedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the ItemMouseSelected event of a Tree class.
public delegate void Tree.ItemMouseSelectedEventHandler(Vector2 mousePosition, long mouseButtonIndex)
Parameters
mousePositionVector2- Represents the method that handles the event of a class.
mouseButtonIndexlong- Represents the method that handles the event of a class.
Constructors
ItemMouseSelectedEventHandler(object, IntPtr)
public ItemMouseSelectedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(Vector2, long, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(Vector2 mousePosition, long mouseButtonIndex, AsyncCallback callback, object @object)
Parameters
mousePositionVector2mouseButtonIndexlongcallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(Vector2, long)
public virtual void Invoke(Vector2 mousePosition, long mouseButtonIndex)