Click or drag to resize

NodeIsProcessingUnhandledKeyInput Method

Returns true if the node is processing unhandled key input (see SetProcessUnhandledKeyInput(Boolean)).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool IsProcessingUnhandledKeyInput()

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.Node.IsProcessingUnhandledKeyInput"]

See Also