isMouseEvent

fnbool isMouseEvent(Event e) @safe nothrow @nogc

Checks if the given event is a mouse event.

Parameters

eThe event to check

Returns

true if event is a mouse event