Delegate ItemList.ItemClickedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the ItemClicked event of a ItemList class.
public delegate void ItemList.ItemClickedEventHandler(long index, Vector2 atPosition, long mouseButtonIndex)
Parameters
indexlong- Represents the method that handles the event of a class.
atPositionVector2- Represents the method that handles the event of a class.
mouseButtonIndexlong- Represents the method that handles the event of a class.
Constructors
ItemClickedEventHandler(object, IntPtr)
public ItemClickedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(long, Vector2, long, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(long index, Vector2 atPosition, long mouseButtonIndex, AsyncCallback callback, object @object)
Parameters
indexlongatPositionVector2mouseButtonIndexlongcallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(long, Vector2, long)
public virtual void Invoke(long index, Vector2 atPosition, long mouseButtonIndex)