isKeyboardEvent

fnbool isKeyboardEvent(Event e) @safe nothrow @nogc

Checks if the given event is a keyboard event.

Parameters

eThe event to check

Returns

true if event is a keyboard event