Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Touches are retained #1374

Open
Birkemose opened this issue Mar 30, 2016 · 1 comment
Open

Touches are retained #1374

Birkemose opened this issue Mar 30, 2016 · 1 comment

Comments

@Birkemose
Copy link
Contributor

The class CCTouch ( build for x-platform ) retains touches. This is not allowed.
Having ongoing touches, while destroying components, will eventually lead to a crash.

@s1ddok
Copy link
Contributor

s1ddok commented Mar 30, 2016

I got rid of CCTouch tottally in 3.5. Since we don't have Android anymore, we can use UITouch directly. Now CCTouch is just a define for legacy versions.

#define CCTouch UITouch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants