axmol/tools/tolua++/CCTouch.pkg

19 lines
287 B
Plaintext
Raw Normal View History

2011-06-14 14:31:25 +08:00
2011-11-30 21:27:50 +08:00
enum {
CCTOUCHBEGAN,
CCTOUCHMOVED,
CCTOUCHENDED,
CCTOUCHCANCELLED,
};
2011-06-14 14:31:25 +08:00
class CCTouch : public CCObject
{
CCPoint locationInView(int nViewId);
CCPoint previousLocationInView(int nViewId);
int view();
2011-06-14 14:31:25 +08:00
};
class CCEvent : public CCObject
{
};