mirror of https://github.com/axmolengine/axmol.git
Removed the definition of the touch event type .
This commit is contained in:
parent
9cc4b7ab29
commit
ab00de629a
|
@ -1 +1 @@
|
|||
4e29f8ee3a6b5f2a9da96b64d4a44e977f1dec73
|
||||
4ef84aca8211b93637bba858faf4883704dca5ae
|
|
@ -1,11 +1,4 @@
|
|||
|
||||
enum {
|
||||
CCTOUCHBEGAN,
|
||||
CCTOUCHMOVED,
|
||||
CCTOUCHENDED,
|
||||
CCTOUCHCANCELLED,
|
||||
};
|
||||
|
||||
class CCTouch : public CCObject
|
||||
{
|
||||
CCPoint getLocation() const;
|
||||
|
|
Loading…
Reference in New Issue