gotFocus( )
void gotFocus()
gotMemoryWarning( )
void gotMemoryWarning()
lostFocus( )
void lostFocus()
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)