rust-windowing/glutin

Is there a way to ignore mouse events

Closed this issue · 1 comments

Hi,

I'm currently trying glutin and OpenGL and in the code I wrote I noticed that the event loop "pauses" when I move the cursor around the window. Is there any example how to prevent this or any example showing how to correctly implement a render loop.

Nevermind, my code was causing this behaviour.