Exemplo n.º 1
0
//--------------------------------------------------
int ofGetHeight(){
	return (int)window->getHeight();
}
Exemplo n.º 2
0
void testApp::onColorFrame( ofPtr<ofPixels>& frame )
{
	cout << frame->getHeight() << "?" << endl;
}