mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 07:03:15 -04:00
Fix doc
This commit is contained in:
@@ -168,6 +168,7 @@ impl<'a> WindowBuilder<'a> {
|
||||
///
|
||||
/// loop {
|
||||
/// for event in window.poll_events() {
|
||||
/// match(event) {
|
||||
/// // process events here
|
||||
/// _ => ()
|
||||
/// }
|
||||
|
||||
Reference in New Issue
Block a user