Table of Contents

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

object object
method IntPtr

Methods

BeginInvoke(InputEvent, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(InputEvent @event, AsyncCallback callback, object @object)

Parameters

event InputEvent
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(InputEvent)

public virtual void Invoke(InputEvent @event)

Parameters

event InputEvent