Multi-touch over buttons #1961
Closed
paulocoutinhox
started this conversation in
General
Replies: 1 comment
-
I found it: #if !defined(AX_TARGET_OS_TVOS)
[eaglView setMultipleTouchEnabled:YES];
#endif |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I want detect touch events for my buttons, but using multi-touch, multiple buttons can be pressed at the same time.
Im trying this, but no success, because while i press one, the other don't generate event:
Thanks for any help.
Beta Was this translation helpful? Give feedback.
All reactions