PrimaryFeather / Sparrow-Framework

The Open Source Game Engine for iOS
http://www.sparrow-framework.org
Other
538 stars 173 forks source link

Invisible objects receive touch events in certain situations #1001

Closed PrimaryFeather closed 13 years ago

PrimaryFeather commented 13 years ago

As described in this forum thread.

PrimaryFeather commented 13 years ago

Fixed bug that caused Sparrow to treat new touch as if it was an existing one (closed by ddecd8de6dd6b7cd487ceac0985c46729e0f0b2b)

When you clicked two or more times on the exact same position, the touch processor would treat the new touch as if it was a continuation of an existing touch. That could allow the user to click on an invisible object.