1 Attachment(s)
Multi touch no longer working correctly
Hi Everyone,
Hopefully someone can give me some insight here, I'm having a problem with multitouch registering when more than touch has been released at the same time.
The controls I am creating are similar to the moonlander style, tapping the left side of the screen rotates left, same for the right. Tapping both sides of the screen at the same time gives you forward movement, and this is where I have the problem. Not always, but most of the time only one of the two tracking objects is destroyed resulting in my character spinning out of control.
I could be wrong, but I don't recall having this issue before the update(Using the steam version. I also had 281.3beta of the android exporter installed BEFORE the steam update, I have no idea if the beta was overwritten or not during the update).
The code I lifted from examples on the forums:
Attachment 13774
Thanks in advance!