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
public uint GetScancodeWithModifiers()
[Missing <returns> documentation for "M:Godot.InputEventKey.GetScancodeWithModifiers"]