Function Control.acceptEvent

Marks an input event as handled. Once you accept an input event, it stops propagating, even to nodes listening to Node.unhandledInput or Node.unhandledKeyInput.

void acceptEvent() nothrow @nogc;