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
index
long- Represents the method that handles the event of a class.
atPosition
Vector2- Represents the method that handles the event of a class.
mouseButtonIndex
long- 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
index
longatPosition
Vector2mouseButtonIndex
longcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(long, Vector2, long)
public virtual void Invoke(long index, Vector2 atPosition, long mouseButtonIndex)