Skip to content

Added double tap and drag#24

Open
cbf02000 wants to merge 6 commits intovisiongeist:masterfrom
cbf02000:master
Open

Added double tap and drag#24
cbf02000 wants to merge 6 commits intovisiongeist:masterfrom
cbf02000:master

Conversation

@cbf02000
Copy link

I added double tap and simple drag detection support to this library.

Usage:

$("#element").on("doubletap", function(e) {
console.log("Double Tapped");
});

$("#element").on("drag", function(e) {
console.log("Dragged", e.distance, e.direction);
});

@cbf02000 cbf02000 changed the title Added double tap Added double tap and drag Apr 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant