touches’ count is always 1, even though I put more than 1 fingers on the screen.
But event.allTouches’ count is always correct?
Does this method mean to be function like this?
touches’ count is always 1, even though I put more than 1 fingers on
Share
You should enable multitouch on the view. Check out the
multipleTouchEnabledproperty onUIView; it’s also available as a checkbox in Interface Builder.