henck / trizbort

This is a browser implementation of the Trizbort adventure game mapping and code generation software.
MIT License
24 stars 16 forks source link

Allow mouse wheel to scroll the canvas. #67

Closed dfabulich closed 4 years ago

dfabulich commented 4 years ago

Fixes #50.

henck commented 4 years ago

This one is a bit debatable. I'd say that there are many applications that use the mouse wheel to zoom, not scroll. Then again, they'd use the mouse wheel - if held down - to scroll, as well. Considering that all my mice have faulty scrollwheels where zooming constantly jumps back and forth, I end up using the zoom icons instead, so I'll agree with your change.