nicolasgramlich / AndEngine

Free Android 2D OpenGL Game Engine
http://www.andengine.org
Apache License 2.0
3.17k stars 1.35k forks source link

Added features for touch events #269

Closed wouter-willems closed 8 years ago

wouter-willems commented 9 years ago

I created this PR because I needed a nice way too unregister all touch area's. I also wanted a way to temporarily disable all touch events.

This works nicely on my project, so I imagined some other people could benefit from it.

wouter-willems commented 9 years ago

Not really sure why it says it wants to merge 51 commits... there is just 15 lines of code added.

s4ke commented 9 years ago

@wouter-willems : you will have to rebase your branch upon the latest release.

wouter-willems commented 9 years ago

Ah, thnx