I am using a VerticalSlider control to get feedback from a user in Unity. I know how to detect when the user changes the value of the slider.
However, I can’t seem to figure out a way to detect if the user just clicks on the current position of the slider if he doesn’t want to move it. I would like to avoid adding other visual controls.
Is there any way to detect when the user clicks on the slider thumb but doesn’t move it?