Click or drag to resize

MainLoop_InputEvent Method

Called whenever an InputEvent is received by the main loop.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public virtual void _InputEvent(
	InputEvent event
)

Parameters

event
Type: GodotInputEvent

[Missing <param name="event"/> documentation for "M:Godot.MainLoop._InputEvent(Godot.InputEvent)"]

See Also