InputEventKey.scancode

The key scancode, which corresponds to one of the keylist constants. To get a human-readable representation of the InputEventKey, use OS.get_scancode_string(event.scancode) where event is the InputEventKey.

  1. long scancode [@property getter]
    struct InputEventKey
    @nogc nothrow @property
    long
    scancode
    ()
  2. long scancode [@property setter]

Meta