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