ofxiPhoneApp

ofxiPhoneApp methods

setup()

void ofxiPhoneApp::setup()

update()

void ofxiPhoneApp::update()

draw()

void ofxiPhoneApp::draw()

exit()

void ofxiPhoneApp::exit()

touchDown(...)

void ofxiPhoneApp::touchDown(int x, int y, int id)

touchMoved(...)

void ofxiPhoneApp::touchMoved(int x, int y, int id)

touchUp(...)

void ofxiPhoneApp::touchUp(int x, int y, int id)

touchDoubleTap(...)

void ofxiPhoneApp::touchDoubleTap(int x, int y, int id)

touchCancelled(...)

void ofxiPhoneApp::touchCancelled(int x, int y, int id)

lostFocus()

void ofxiPhoneApp::lostFocus()

gotFocus()

void ofxiPhoneApp::gotFocus()

gotMemoryWarning()

void ofxiPhoneApp::gotMemoryWarning()

touchDown(...)

void ofxiPhoneApp::touchDown(ofTouchEventArgs &touch)

touchMoved(...)

void ofxiPhoneApp::touchMoved(ofTouchEventArgs &touch)

touchUp(...)

void ofxiPhoneApp::touchUp(ofTouchEventArgs &touch)

touchDoubleTap(...)

void ofxiPhoneApp::touchDoubleTap(ofTouchEventArgs &touch)

touchCancelled(...)

void ofxiPhoneApp::touchCancelled(ofTouchEventArgs &touch)