Widget.handleEvent

Returns true if event was handled This handler will be called by Gui class twice, before and after visiting its children. In first case sinking flag will be true;

class Widget
bool
handleEvent
(
Event e
)

Meta