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