Delegate Control.GuiInputEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public delegate void Control.GuiInputEventHandler(InputEvent @event)
Parameters
event
InputEvent
- Represents the method that handles the event of a class.
Constructors
public GuiInputEventHandler(object @object, IntPtr method)
Parameters
object
object
method
IntPtr
Methods
public virtual IAsyncResult BeginInvoke(InputEvent @event, AsyncCallback callback, object @object)
Parameters
event
InputEvent
callback
AsyncCallback
object
object
Returns
- IAsyncResult
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
public virtual void Invoke(InputEvent @event)
Parameters
event
InputEvent