Table of Contents

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

object object
method IntPtr

Methods

BeginInvoke(long, Vector2, long, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(long index, Vector2 atPosition, long mouseButtonIndex, AsyncCallback callback, object @object)

Parameters

index long
atPosition Vector2
mouseButtonIndex long
callback AsyncCallback
object object

Returns

IAsyncResult

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)

Parameters

index long
atPosition Vector2
mouseButtonIndex long