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