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]
    struct InputEventKey
    @nogc nothrow @property
    bool
    echo
    ()
  2. bool echo [@property setter]

Meta