pub fn enter_event_handler()Expand description
Marks the start of an event handler context.
Call this at the start of keyboard/mouse/touch event handling.
Use run_in_mutable_snapshot or dispatch_ui_event inside to ensure proper snapshot handling.