regl-project / regl-camera

A camera for regl
https://regl-project.github.io/regl-camera/
MIT License
47 stars 14 forks source link

set opts.mouse to false to turn off mouse events #3

Closed ghost closed 8 years ago

ghost commented 8 years ago

This patch provides an option to turn off mouse handling. This way you can edit a demo and use the mouse for debugging and then turn it off easily for the final product without having to set up a separate camera rig.