Monday, June 8, 2015

Haxe Touch Events

nme.events.TouchEvent.TOUCH_BEGIN nme.events.TouchEvent.TOUCH_MOVE nme.events.TouchEvent.TOUCH_END Looks like what I need. Interesting that I coincidentally coded some events in my engine using: START, CONTINUE, and END Very similar to this format. Hopefully that means coding this up will be easy. http://www.openfl.org/archive/community/programming-haxe/nmeeventstouchevent-are-not-sensitive/ UDPATE: //here: http://stackoverflow.com/questions/9229419/as3-pinch-zoom-and-single-finger-drag-detection Has something called "TransformGestureEvents" UPDATE: //Mentions standards of some sort including MSPointers that might be good to research. Knowing how to think about this stuff is important. http://www.sitepoint.com/unifying-touch-and-mouse-with-pointer-events/

No comments:

Post a Comment