egui/crates/egui-winit/src
Mike Krüger 8b4c9fd374
Added key mappings for `[`, `]`, `,` and `\`. (#3373)
Added key mappings for '[', ']', ',' and '\'.

* Closes https://github.com/emilk/egui/issues/3372

## Added keys

* egui::Key::Backslash
* egui::Key::OpenBracket
* egui::Key::CloseBracket
* egui::Key::Comma

Co-authored-by: Mike Krüger <mkrueger@posteo.de>
2024-01-08 11:15:15 +01:00
..
clipboard.rs Multiple viewports/windows (#3172) 2023-11-16 11:25:05 +01:00
lib.rs Added key mappings for `[`, `]`, `,` and `\`. (#3373) 2024-01-08 11:15:15 +01:00
window_settings.rs Introduce global `zoom_factor` (#3608) 2023-11-22 20:34:51 +01:00