Click or drag to resize

InputEventShortcutMatch Method

Returns true if the given input event is checking for the same key (InputEventKey), button (InputEventJoypadButton) or action (InputEventAction).

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

Parameters

event
Type: GodotInputEvent

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.InputEvent.ShortcutMatch(Godot.InputEvent)"]

See Also