pub fn egui_wants_any_keyboard_input(
egui_wants_input_resource: Res<'_, EguiWantsInput>,
) -> boolExpand description
Returns true if any of the following is true:
EguiWantsInput::wants_keyboard_input, EguiWantsInput::is_context_menu_open.