csgo-cheat-base icon indicating copy to clipboard operation
csgo-cheat-base copied to clipboard

slider issue

Open reaperpaster opened this issue 4 years ago • 1 comments

i noticed that the slider max_value works perfectly but the min value is always 0 same changing it

reaperpaster avatar Jun 29 '20 02:06 reaperpaster

On key down function:

value = min_value + (max_value - min_value) * (cursor.x - ix) / position;

On slider render (width):

(value - min_value) / (max_value - min_value) * position

rcszephyr avatar Oct 30 '20 20:10 rcszephyr