evt | The event to be ignored. |
Instructs the FocusController to ignore the given event. This will prevent the event from changing the current focused VisualElement or triggering focus events.
In general this will have no effect if the event is not a PointerDownEvent, MouseDownEvent, or NavigationMoveEvent.