GestouchExamples icon indicating copy to clipboard operation
GestouchExamples copied to clipboard

Examples for Gestouch library.

Results 5 GestouchExamples issues
Sort by recently updated
recently updated
newest added

I created this to make the project easier to use with Flash Builder. I don't know if anyone would find it useful, but it might save someone some time :)

In flash I can get the target's children of the mouseEvent. For example a movieclip, mcBox, inside it there is a Textfield: mcBox.addEventListener(MouseEvent.CLICK, onClick); function onClick(e:MouseEvent):void { if(e.target is TextField)...

First off, let me say that Gestouch is amazing, works well in Flash, but even better, works well with Scaleform! In doing some FUI interfaces, it has been so easy...

hi Pavel i´m using flash builder 4.7 and the last gestouch swc I have a problem with these line but in flash cs6 works fine. Gestouch.inputAdapter ||= new NativeInputAdapter(stage); TypeError:...