Function Control.acceptEvent
Marks an input event as handled. Once you accept an input event, it stops propagating, even to nodes listening to Node
or Node
.
void acceptEvent() nothrow @nogc;
Marks an input event as handled. Once you accept an input event, it stops propagating, even to nodes listening to Node
or Node
.
void acceptEvent() nothrow @nogc;