ofxiPhoneApp methods
void ofxiPhoneApp::setup()
void ofxiPhoneApp::update()
void ofxiPhoneApp::draw()
void ofxiPhoneApp::exit()
void ofxiPhoneApp::touchDown(int x, int y, int id)
void ofxiPhoneApp::touchMoved(int x, int y, int id)
void ofxiPhoneApp::touchUp(int x, int y, int id)
void ofxiPhoneApp::touchDoubleTap(int x, int y, int id)
void ofxiPhoneApp::touchCancelled(int x, int y, int id)
void ofxiPhoneApp::lostFocus()
void ofxiPhoneApp::gotFocus()
void ofxiPhoneApp::gotMemoryWarning()
void ofxiPhoneApp::touchDown(ofTouchEventArgs &touch)
void ofxiPhoneApp::touchMoved(ofTouchEventArgs &touch)
void ofxiPhoneApp::touchUp(ofTouchEventArgs &touch)
void ofxiPhoneApp::touchDoubleTap(ofTouchEventArgs &touch)
void ofxiPhoneApp::touchCancelled(ofTouchEventArgs &touch)