1
Window / Crash when exiting. Bug in example code?
« on: November 11, 2011, 02:50:15 pm »
Ah, ok. I didn't realise there was such a distinction.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
while(app.IsOpened())
{
HandleEvents(); // calls app.Close() on close event.
DoRendering();
app.Display();
}