cocos2d-x  2.2.3-gd2.113-rev1ec524e
Loading...
Searching...
No Matches
EGLTouchDelegate Class Referenceabstract

NA. More...

#include <CCTouchDispatcher.h>

Inheritance diagram for EGLTouchDelegate:
[legend]

Public Member Functions

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

Detailed Description

NA.

Constructor & Destructor Documentation

◆ ~EGLTouchDelegate()

virtual ~EGLTouchDelegate ( )
inlinevirtual

NA.

Member Function Documentation

◆ touchesBegan()

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

NA.

Implemented in CCTouchDispatcher.

◆ touchesCancelled()

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

NA.

Implemented in CCTouchDispatcher.

◆ touchesEnded()

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

NA.

Implemented in CCTouchDispatcher.

◆ touchesMoved()

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

NA.

Implemented in CCTouchDispatcher.


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