pub fn egui_wants_any_input(
egui_wants_input_resource: Res<'_, EguiWantsInput>,
) -> bool
Expand description
Returns true
if any of the following is true:
EguiWantsInput::wants_any_pointer_input
, EguiWantsInput::wants_any_keyboard_input
.
pub fn egui_wants_any_input(
egui_wants_input_resource: Res<'_, EguiWantsInput>,
) -> bool
Returns true
if any of the following is true:
EguiWantsInput::wants_any_pointer_input
, EguiWantsInput::wants_any_keyboard_input
.