abey79 / vsvg

Fast and portable tools for plotter users
http://whisk.rs
MIT License
107 stars 12 forks source link

Fine grain parameter dragging control #100

Open hapiel opened 8 months ago

hapiel commented 8 months ago

Click and drag on a parameter value changes the value in steps of 1. (Can this step size be changed in code?)

Holding shift changes the step size to 0.1

It could be nice to add a smaller step size, like 0.01, perhaps by holding shift + alt?

Also, if step size could be changed in the code, that would also make very small or very big changes easier.