ofxMultiTouchListener

ofxMultiTouchListener methods

~ofxMultiTouchListener()

ofxMultiTouchListener::~ofxMultiTouchListener()

touchDown(...)

void ofxMultiTouchListener::touchDown(float x, float y, int touchId)

touchMoved(...)

void ofxMultiTouchListener::touchMoved(float x, float y, int touchId)

touchUp(...)

void ofxMultiTouchListener::touchUp(float x, float y, int touchId)

touchDoubleTap(...)

void ofxMultiTouchListener::touchDoubleTap(float x, float y, int touchId)

touchCancelled(...)

void ofxMultiTouchListener::touchCancelled(float x, float y, int touchId)

_touchDown(...)

void ofxMultiTouchListener::_touchDown(ofTouchEventArgs &touch)

_touchMoved(...)

void ofxMultiTouchListener::_touchMoved(ofTouchEventArgs &touch)

_touchUp(...)

void ofxMultiTouchListener::_touchUp(ofTouchEventArgs &touch)

_touchDoubleTap(...)

void ofxMultiTouchListener::_touchDoubleTap(ofTouchEventArgs &touch)

_touchCancelled(...)

void ofxMultiTouchListener::_touchCancelled(ofTouchEventArgs &touch)