According to the docs, BEI doesnt integrate with bevy_input_focus directly.
currently, we don’t integrate bevy_input_focus directly. But we provide ActionSources resource that could be used to prevents actions from triggering during UI interactions. See its docs for details.
I would like to see an example added that displays this to a greater degree than what is present in the linked doc.
According to the docs, BEI doesnt integrate with bevy_input_focus directly.
I would like to see an example added that displays this to a greater degree than what is present in the linked doc.