You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Component::event returns a bool right now marking whether an event was consumed or needs further propagation. this should be a n enum EventState { Consumed, NotConsumed }
The text was updated successfully, but these errors were encountered:
Component::event
returns abool
right now marking whether an event was consumed or needs further propagation. this should be a nenum EventState { Consumed, NotConsumed }
The text was updated successfully, but these errors were encountered: