mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-25 06:41:31 +11:00
Fix doc
This commit is contained in:
parent
2ccc7b8458
commit
4a56ac53de
|
@ -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
|
||||||
/// _ => ()
|
/// _ => ()
|
||||||
/// }
|
/// }
|
||||||
|
|
Loading…
Reference in a new issue