mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-02 06:40:06 -04:00
Remove printing position in example
This commit is contained in:
@@ -23,8 +23,6 @@ fn main() {
|
|||||||
while !window.should_close() {
|
while !window.should_close() {
|
||||||
println!("{}", window.wait_events());
|
println!("{}", window.wait_events());
|
||||||
|
|
||||||
println!("pos: {}", window.get_position());
|
|
||||||
|
|
||||||
gl::Clear(gl::COLOR_BUFFER_BIT);
|
gl::Clear(gl::COLOR_BUFFER_BIT);
|
||||||
|
|
||||||
window.swap_buffers();
|
window.swap_buffers();
|
||||||
|
|||||||
Reference in New Issue
Block a user