InputEventKey.pressed

If true, the key's state is pressed. If false, the key's state is released.

  1. bool pressed [@property getter]
    struct InputEventKey
    @nogc nothrow @property
    bool
    pressed
    ()
  2. bool pressed [@property setter]

Meta