InputEventKey.echo

If true, the key was already pressed before this event. It means the user is holding the key down.

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

Meta