Function OSSingleton.getScancodeString

Returns the given scancode as a string (e.g. Return values: "Escape", "Shift+Escape"). See also InputEventKey.scancode and InputEventKey.getScancodeWithModifiers.

String getScancodeString (
  const(long) code
) nothrow @nogc const;