RonenNess / GeonBit.UI

UI system for MonoGame projects.
MIT License
467 stars 63 forks source link

Slider change value on scroll only when mouse hover #115

Closed Leandro4002 closed 2 years ago

Leandro4002 commented 4 years ago

This prevent from scrolling with the mouse and changing slider when the mouse is not hovering the slider. For example: If we have multiple slider in a tab if we changed value of a slider by clicking with the mouse and the hover another slider an scroll, the two would change values.

Here is an example with some before/after GIFs: output_before output_after

RonenNess commented 2 years ago

Hi @Leandro4002 sorry for the huge delay, but merged now :) Thanks!