Exemplo n.º 1
0
bool Window::Update()
{
	_UpdateOSWindow();
	return _window_should_run;
}
Exemplo n.º 2
0
bool Window::update(int * xPos, int * yPos) {
	_UpdateOSWindow(xPos, yPos);
	return _window_should_run;
}