This commit is contained in:
Jan Niklas Hasse 2015-03-02 00:01:36 +01:00
parent 2ccc7b8458
commit 4a56ac53de

View file

@ -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
/// _ => () /// _ => ()
/// } /// }