Exemplo n.º 1
0
//--------------------------------------
int ofGetWindowPositionY(){
	return (int)window->getWindowPosition().y;
}
Exemplo n.º 2
0
//--------------------------------------
int ofGetWindowPositionX(){
	return (int)window->getWindowPosition().x;
}