ofxMultiTouchListener methods
ofxMultiTouchListener::~ofxMultiTouchListener()
void ofxMultiTouchListener::touchDown(float x, float y, int touchId)
void ofxMultiTouchListener::touchMoved(float x, float y, int touchId)
void ofxMultiTouchListener::touchUp(float x, float y, int touchId)
void ofxMultiTouchListener::touchDoubleTap(float x, float y, int touchId)
void ofxMultiTouchListener::touchCancelled(float x, float y, int touchId)
void ofxMultiTouchListener::_touchDown(ofTouchEventArgs &touch)
void ofxMultiTouchListener::_touchMoved(ofTouchEventArgs &touch)
void ofxMultiTouchListener::_touchUp(ofTouchEventArgs &touch)
void ofxMultiTouchListener::_touchDoubleTap(ofTouchEventArgs &touch)
void ofxMultiTouchListener::_touchCancelled(ofTouchEventArgs &touch)