seantrant
10/5/2017 - 12:35 PM

Start stop loop on mouse down/up

// function mousedown(dir) {
//   this.repeat = setInterval( () => {
//       this.directionPress(dir)
//       console.log('mouse still down')
//    }, 11)
//    wkl.on('mouseup', () => {
//      console.log('called')
//      clearInterval(this.repeat)
//    })
// }