You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would make me really happy if you could fix a very annoying bug.
Following case scenario:
slider = createSlider("Slider", 0, 0)
slider.min = 0;
slider.max = 100;
slider.val = 0; (I did this so the nub starts at the beginning of the slider instead at the middle)
if you click on the nub it suddenly jumps a small distance without actually moving the cursor. And if you move the nub along the slider then the mouse seems to be off, except in the middle of the slider. I observed a similar behaviour in a different project caused by the map() function, maybe it has something to do with it.
Thank you!
Greetings Jaro
The text was updated successfully, but these errors were encountered:
Hi,
really awesome library by the way :-)
It would make me really happy if you could fix a very annoying bug.
Following case scenario:
slider = createSlider("Slider", 0, 0)
slider.min = 0;
slider.max = 100;
slider.val = 0; (I did this so the nub starts at the beginning of the slider instead at the middle)
if you click on the nub it suddenly jumps a small distance without actually moving the cursor. And if you move the nub along the slider then the mouse seems to be off, except in the middle of the slider. I observed a similar behaviour in a different project caused by the map() function, maybe it has something to do with it.
Thank you!
Greetings Jaro
The text was updated successfully, but these errors were encountered: