mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 21:00:03 -04:00
Output events when widgets gain keyboard focus
Part of https://github.com/emilk/egui/issues/167
This commit is contained in:
@@ -233,6 +233,7 @@ pub fn handle_output(output: &egui::Output) {
|
||||
open_url,
|
||||
copied_text,
|
||||
needs_repaint: _, // handled elsewhere
|
||||
events: _, // we ignore these (TODO: accessibility screen reader)
|
||||
} = output;
|
||||
|
||||
set_cursor_icon(*cursor_icon);
|
||||
|
||||
Reference in New Issue
Block a user