// The HTML element that to watch for touches var touchMe = document.getElementById('touch-me'); // Touchy.js creates a single global object called 'Touchy' var toucher = Touchy(touchMe, function (hand, finger) { // this === toucher // toucher.stop() : stop watching element for touch events // toucher.start(): start watching element for touch events // This function will be called for every finger