ET++: Stepping through a left mouse click in a button

This is the code of the main event loop. It dispatches a single event.


void System::InnerLoop()
{
	level++;
	DispatchOneEvent();
	level--;
}

Back to the method call sequence