Swipe gestures

This commit is contained in:
Max Lynch
2013-08-26 19:09:06 -05:00
parent 90ea2fd684
commit 2db29fb35b
5 changed files with 234 additions and 10 deletions

View File

@ -53,7 +53,7 @@
*/
handleTouchStart: function(e) {
console.log("EVENT: touchstart", e);
framework.GestureController.detectGesture(e);
framework.GestureController.startGesture(e);
},
/**