williamngan / pts

A library for visualization and creative-coding
https://ptsjs.org
Apache License 2.0
5.17k stars 182 forks source link

Unbinding mouse #155

Open cakir-enes opened 3 years ago

cakir-enes commented 3 years ago

I'm trying to toggle between un/follow mouse modes, calling this doesn't unbind _space.bindMouse(false).bindTouch(false); event listeners.

williamngan commented 3 years ago

Hi @cakir-enes -- Can you provide a simple example so that I can reproduce the bug?

The source code seems reasonable but maybe there's something it misses. https://github.com/williamngan/pts/blob/master/src/Space.ts#L318