In my jukebox software if the user wants to increase the volume then the user can click the increase volume button using the mouse. If the user clicks one time (ie: presses down the left mouse button and then releases the left mouse button quickly) then the volume is increased by one interval only. If the user presses the left mouse button down and keeps it down, then the volume is increased continuously until the user releases the left mouse button.
Now, if I install a touchscreen monitor (ie: no more mouse interface), then can the user have the volume continuously increase by pressing their finger on the volume button, or will the touchscreen simply report this as one click only, thus resulting in a one interval volume increase only?
Hope this question made sense....