Skip to content

Commit

Permalink
Improve bevy_winit documentation (#7609)
Browse files Browse the repository at this point in the history
Redo of #7590 since I messed up my branch.

# Objective

- Revise docs.
- Refactor event loop code a little bit to make it easier to follow.

## Solution

- Do the above.

---

### Migration Guide

- `UpdateMode::Reactive { max_wait: .. }` -> `UpdateMode::Reactive {
wait: .. }`
- `UpdateMode::ReactiveLowPower { max_wait: .. }` ->
`UpdateMode::ReactiveLowPower { wait: .. }`

---------

Co-authored-by: Sélène Amanita <[email protected]>
  • Loading branch information
maniwani and Selene-Amanita authored Jul 31, 2023
1 parent 045948e commit f43cf31
Show file tree
Hide file tree
Showing 4 changed files with 415 additions and 402 deletions.
Loading

0 comments on commit f43cf31

Please sign in to comment.