mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
Replace every ... with … like some sort of crazy person
Also fix some small typos Closes https://github.com/emilk/egui/pull/736
This commit is contained in:
@@ -539,7 +539,7 @@ fn open_url(_url: &str) {
|
||||
}
|
||||
}
|
||||
|
||||
/// Glium sends special keys (backspace, delete, F1, ...) as characters.
|
||||
/// Winit sends special keys (backspace, delete, F1, …) as characters.
|
||||
/// Ignore those.
|
||||
/// We also ignore '\r', '\n', '\t'.
|
||||
/// Newlines are handled by the `Key::Enter` event.
|
||||
|
||||
Reference in New Issue
Block a user