mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 22:00:03 -04:00
Add ui.data(), ctx.data(), ctx.options() and ctx.tessellation_options() (#1175)
Helpful access deeper into Memory
This commit is contained in:
@@ -239,7 +239,7 @@ impl AppRunner {
|
||||
}
|
||||
|
||||
fn handle_egui_output(&mut self, output: egui::Output) -> egui::TexturesDelta {
|
||||
if self.egui_ctx.memory().options.screen_reader {
|
||||
if self.egui_ctx.options().screen_reader {
|
||||
self.screen_reader.speak(&output.events_description());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user