We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to toggle between un/follow mouse modes, calling this doesn't unbind _space.bindMouse(false).bindTouch(false); event listeners.
_space.bindMouse(false).bindTouch(false);
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Fix unbindCanvas issue in #155
cd2f2da
removeListeners don't work because the functions from `bind(this)` are returned as new functions.
No branches or pull requests
I'm trying to toggle between un/follow mouse modes, calling this doesn't unbind
_space.bindMouse(false).bindTouch(false);
event listeners.The text was updated successfully, but these errors were encountered: