mirror of
https://github.com/emilk/egui.git
synced 2026-06-28 07:23:13 -04:00
Lazily activate egui's AccessKit support
This commit is contained in:
@@ -272,7 +272,8 @@ impl EpiIntegration {
|
||||
window: &winit::window::Window,
|
||||
event_loop_proxy: winit::event_loop::EventLoopProxy<E>,
|
||||
) {
|
||||
self.egui_winit.init_accesskit(window, event_loop_proxy);
|
||||
self.egui_winit
|
||||
.init_accesskit(window, event_loop_proxy, self.egui_ctx.clone());
|
||||
}
|
||||
|
||||
pub fn warm_up(&mut self, app: &mut dyn epi::App, window: &winit::window::Window) {
|
||||
|
||||
Reference in New Issue
Block a user