Function egui_wants_any_keyboard_input

Source
pub fn egui_wants_any_keyboard_input(
    egui_wants_input_resource: Res<'_, EguiWantsInput>,
) -> bool
Expand description

Returns true if any of the following is true: EguiWantsInput::wants_keyboard_input, EguiWantsInput::is_context_menu_open.