InputEventKey.getScancodeWithModifiers

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.

struct InputEventKey
@nogc nothrow const
long
getScancodeWithModifiers
()

Meta