0 Members and 1 Guest are viewing this topic.
I have had similar issues during the past two months or so, sometimes it will freeze whenever I move the mouse cursor (GetEvent), and it won't go away until I restart my computer. Most of the time it works fine, though.
for (int i = 0 ; (i < 3) && (app.GetEvent(event) ; i++) { //handle events}