mudcube / Event.js

:hand: Multi-touch, gestures, and other events—click, dblclick, dbltap, tap, longpress, drag, swipe, pinch, rotate, shake. For pointer events, each listener can handle anywhere from 1 to 12 fingers at a time, or more, depending on the device. Includes MetaKey tracking (CMD, CTRL) to support native key-commands in various platforms.
MIT License
368 stars 68 forks source link

Add orientation support from @rykerwilliams fork #13

Closed asturur closed 9 years ago

asturur commented 9 years ago

Hi, I'm using eventJs from @rykerwilliams fork in a project. i see that the two forks are now a little bit different. rykerwilliams implemented the orientation event that here is lacking. I see he opened a PR that is not mergeable ( probably for directly changing event.js and event.min.js )

I pulled out the differences and i'm proposing a clean PR, i'm not author of any of this code

Regards

kangax commented 9 years ago

+1

This came up in https://github.com/kangax/fabric.js/issues/1888 today

mudcube commented 9 years ago

Thanks for the update =)