Can you test touchEvent on Adobe Device Cental, google it can’t find any information. I know you can do multi touch, but single Touch doesn’t seem to work… Any suggestions?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to set the Multitouch.inputMode=MultitouchInputMode.TOUCH_POINT;
http://help.adobe.com/en_US/FlashPlatform/beta/reference/actionscript/3/flash/ui/Multitouch.html#inputMode
Doesn’t show mouse click events in the debugger as touch points does register them when run on a device.
Also to note you can use mouse click events which do still work fine even after enabling multi-touch mode: