Example #1
0
void disp()
{
	if(events)
	{
		events->Display();
		glutSwapBuffers();
	}
}