Function 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
where event
is the InputEventKey
.
long getScancodeWithModifiers() nothrow @nogc const;