Click or drag to resize

ViewportUnhandledInput Method

[Missing <summary> documentation for "M:Godot.Viewport.UnhandledInput(Godot.InputEvent)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void UnhandledInput(
	InputEvent localEvent
)

Parameters

localEvent
Type: GodotInputEvent

[Missing <param name="localEvent"/> documentation for "M:Godot.Viewport.UnhandledInput(Godot.InputEvent)"]

See Also