Skip to main content
December 17, 2012
Question

Using more then one Multitouch.inputMode on one screen

  • December 17, 2012
  • 3 replies
  • 858 views

Hi All,

I have figure out that on one screen I am not able to work with more then one Multitouch.inputMode. As per my requirement I am having two different component on the same screen,one is using the TouchEvent and another is using GestureEvent.I am getting the issue that if I am using both on the same screen then the  GestureEvent is not firing.

Any help will be appricated.

Thanks in Advance.

With Regards,

Shardul

This topic is closed to new replies. Start a new post to keep the conversation going.

3 replies

itlancer
Inspiring
September 14, 2014
Pahup
Adobe Employee
Adobe Employee
December 18, 2012

Shardul,

There is a limitation that multiple input mode can not be used simultaneously, you will have to use one at a time.

Thanks

-Pahup

Colin Holgate
Inspiring
December 18, 2012

Or you could use gestouch:

https://github.com/fljot/Gestouch

With that you can detect various gestures all in one gesture mode. It may solve your issue.