Exemplo n.º 1
0
//--------------------------------------------------
int ofGetWidth(){
	return (int)window->getWidth();
}
Exemplo n.º 2
0
void testApp::onDepthFrame( ofPtr<ofShortPixels>& frame )
{
	cout << frame->getWidth() << "!" << endl;
}