You are not logged in.

1

Thursday, May 12th 2016, 11:10am

<control> keycodes not working in "flash mode"?

Hi!

I have the following in our main XML file:

Source code

1
2
3
4
5
6
7
<control   mouse="drag"
   touch="drag"
   keycodesin="107,187"
   keycodesout="109,189"
   keycodesup=""
   keycodesdown=""
/>


This works fine in "html5 mode" but is not working at all when using flash. Is this a bug or is there anything wrong with my code?