cocos2d-x  2.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
EGLTouchDelegate Class Referenceabstract

#include <CCTouchDispatcher.h>

Inheritance diagram for EGLTouchDelegate:
CCTouchDispatcher

Public Member Functions

virtual void touchesBegan (CCSet *touches, CCEvent *pEvent)=0
virtual void touchesMoved (CCSet *touches, CCEvent *pEvent)=0
virtual void touchesEnded (CCSet *touches, CCEvent *pEvent)=0
virtual void touchesCancelled (CCSet *touches, CCEvent *pEvent)=0
virtual ~EGLTouchDelegate ()

Constructor & Destructor Documentation

virtual ~EGLTouchDelegate ( )
inlinevirtual

Member Function Documentation

virtual void touchesBegan ( CCSet touches,
CCEvent pEvent 
)
pure virtual

Implemented in CCTouchDispatcher.

virtual void touchesCancelled ( CCSet touches,
CCEvent pEvent 
)
pure virtual

Implemented in CCTouchDispatcher.

virtual void touchesEnded ( CCSet touches,
CCEvent pEvent 
)
pure virtual

Implemented in CCTouchDispatcher.

virtual void touchesMoved ( CCSet touches,
CCEvent pEvent 
)
pure virtual

Implemented in CCTouchDispatcher.


The documentation for this class was generated from the following file: