InputEventKey.pressed

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

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

Meta