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