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