Function InputEvent.isEcho
Returns true
if this input event is an echo event (only for events of type InputEventKey
).
bool isEcho() nothrow @nogc const;
Returns true
if this input event is an echo event (only for events of type InputEventKey
).
bool isEcho() nothrow @nogc const;