Click or drag to resize

InputEventKeyGetScancodeWithModifiers Method

Returns the scancode combined with modifier keys such as Shift or Alt. See also InputEventWithModifiers.

To get a human-readable representation of the InputEventKey with modifiers, use OS.get_scancode_string(event.get_scancode_with_modifiers()) where event is the InputEventKey.

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

Return Value

Type: UInt32

[Missing <returns> documentation for "M:Godot.InputEventKey.GetScancodeWithModifiers"]

See Also