handled property

bool handled
getter/setter pairinherited

Flag that can be used to indicate that the event was handled by one of the components.

This flag is neither set nor read by Flame. Instead, it can be set by the user in a component that handles an event, and then read by the user in a different component, or at the root Game level.

Implementation

bool handled = false;