pub fn process_ime_system(
egui_context_query: Query<'_, '_, (Entity, &EguiOutput, &EguiContextSettings, &mut EguiContext, &mut EguiContextImeState)>,
window_to_egui_context_map: Res<'_, WindowToEguiContextMap>,
_non_send_marker: NonSendMarker,
)Expand description
Show the virtual keyboard when a text input is focused.
Works by reading EguiOutput and calling Window::set_ime_allowed if the ime field is set.