mirror of https://github.com/axmolengine/axmol.git
7 lines
131 B
Plaintext
7 lines
131 B
Plaintext
|
|
||
|
class CCTouchDispatcher : public CCObject
|
||
|
{
|
||
|
bool isDispatchEvents(void);
|
||
|
void setDispatchEvents(bool bDispatchEvents);
|
||
|
};
|