diff --git a/examples/window.rs b/examples/window.rs index eeb500e7..d827a05c 100644 --- a/examples/window.rs +++ b/examples/window.rs @@ -14,7 +14,7 @@ fn main() { gl::ClearColor(0.0, 1.0, 0.0, 1.0); while !window.should_close() { - window.wait_events(); + println!("{}", window.wait_events()); gl::Clear(gl::COLOR_BUFFER_BIT);