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