1
Window / Re: 2.0rc weird mouse behaviour only on Windows
« on: August 08, 2012, 08:39:08 pm »
Hey, that totally fixed the problem!!
I wasn't polling the events because all my input was using the realtime system, but I was actually checking for a few events without ever using window->pollEvent(). Clearly this was my mistake, and now I know that whether or not I'm using the event polling system for anything, I should probably call pollEvent() anyway so Windows doesn't think the window is frozen. Thank you for solving my problem!! Now I don't have to rewrite using GLFW! Yaaaay!
I wasn't polling the events because all my input was using the realtime system, but I was actually checking for a few events without ever using window->pollEvent(). Clearly this was my mistake, and now I know that whether or not I'm using the event polling system for anything, I should probably call pollEvent() anyway so Windows doesn't think the window is frozen. Thank you for solving my problem!! Now I don't have to rewrite using GLFW! Yaaaay!