Function InputEventKey.echo

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

bool echo() nothrow @property @nogc;

void echo (
  bool v
) nothrow @property @nogc;