Permalink
Please
sign in to comment.
Browse files
Move `ggez::quit()` to `ggez::event::quit()`.
There are ZERO other functions in the root `ggez` module, and putting it in `event` makes it symmetrical with `event::run()`.
- Loading branch information...
Showing
with
19 additions
and 18 deletions.
- +2 −2 examples/05_astroblasto.rs
- +5 −4 examples/eventloop.rs
- +1 −1 examples/logging.rs
- +1 −1 examples/sounds.rs
- +0 −7 src/context.rs
- +9 −2 src/event.rs
- +1 −1 src/lib.rs
0 comments on commit
66f21b3