Gestouch icon indicating copy to clipboard operation
Gestouch copied to clipboard

Gestouch: multitouch gesture recognition library for Flash (ActionScript) development.

Results 37 Gestouch issues
Sort by recently updated
recently updated
newest added

I used gestouch in a normal swf file. also I used gestoch in my starling 2 app with these codes: `Gestouch.inputAdapter = new NativeInputAdapter(stage); _starling2TouchHitTester = new Starling2TouchHitTester(); Gestouch.addTouchHitTester(_starling2TouchHitTester, -1);...

I'm using TransformGesture to transform (move, scale & rotate) object. It's working ok, but object shakes on move. Take a look this LQ video (shake is sometimes even worse): http://1drv.ms/24umZo5...

We are experiencing a nasty memory leak from the TapGesture class within a Starling based project. Basically we have a Sprite class which contains a number of dynamically created Sprites,...

I'm working on AIR Starling touch application with TUIO events (Windows). TUIO events are processed with Starling TouchProcessor. http://forum.starling-framework.org/topic/touchprocessor-with-tuio-events#post-89081 Starling touch events are fired, but Gestouch doesn't work... This is...

Hi, I need to implement on the same DisplayObject both single and double tap. Any suggestions? cheers

Hi, I have a Sprite who can successfully been panned around. There are children of this sprite which are registered to listen to CLICK events. Those events do not get...

Hello, I tested Gestouch with Starling, but it doesn't work properly with Air18. It works well with Air17, but I need Air18 now. Others have similar problems: www.forum.starling-framework.org/topic/android-air-touch-lag-update Will you...

can you send me a example witch an image drag , zoom and rotate into it? thanks for helping me

I have been working with gestouch in FlashDevelop for a year without any problem. Two days ago I have installed FlashBuilder, in which gestouch just won't work neither to display...

Hi, I am getting the following error when initializing GesTouch in my Starling project: TypeError: Error #1034: Type Coercion failed: cannot convert to org.gestouch.core.IInputAdapter. Any idea what might be the...