Recently I noticed that the application stopped receiving multiple touches after updating it to the latest develop build in git. I tried the TouchesTest same application and multiple touches are not working either. Any ideas?
Did multitouch get broken?
(3 posts) (2 voices)-
Posted 1 year ago #
-
You have to set the EAGLView to accept multitouches.
[glView setMultipleTouchEnabled:YES];Posted 1 year ago # -
That worked. Thanks!
Posted 1 year ago #
Reply
You must log in to post.