Hi,
i am trying to make a multitouch app on windows desktop and it's not working with starling. I tryed all the options that comes in my mind...
Starling.multitouchEnabled = true;
Multitouch.inputMode = MultitouchInputMode.TOUCH_POINT; (with or without that)
starling.simulateMultitouch = true; (or false)
But still not working on desktop...
Last week i made an air app running on a windows multitouch screen on windows 7. (without starling)I was able to use multitouch, i had to rewrite a class for that because the gestures are not working verry well on windows. If you strech, you can't rotate or move, if you rotate you can't scale or move... it's only one gesture a time. So with my class i was able to move, rotate and scale at the same time. So multitouch is working on windows 7.