ofDocsdocumentation addons ofxiOS ofxiOSApp

ofxiOSApp


draw( )

void draw()

exit( )

void exit()

gotFocus( )

void gotFocus()

gotMemoryWarning( )

void gotMemoryWarning()

lostFocus( )

void lostFocus()

setup( )

void setup()

touchCancelled( ... )

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

touchCancelled( ... )

void touchCancelled(ofTouchEventArgs &touch)

touchDoubleTap( ... )

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

touchDoubleTap( ... )

void touchDoubleTap(ofTouchEventArgs &touch)

touchDown( ... )

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

touchDown( ... )

void touchDown(ofTouchEventArgs &touch)

touchMoved( ... )

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

touchMoved( ... )

void touchMoved(ofTouchEventArgs &touch)

touchUp( ... )

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

touchUp( ... )

void touchUp(ofTouchEventArgs &touch)

update( )

void update()