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.

struct Control
@nogc nothrow
void
acceptEvent
()

Meta