Home
Products
Community
Manuals
Contact
Login or Signup

Get instantaneous slider value?

BlitzMax Forums/BlitzMax GUI Programming/Get instantaneous slider value?

John Galt(Posted 1+ years ago) #1
Is there any way of obtaining the instantaneous value of a slider as it is being dragged? Slidervalue only returns the last value where the slider was 'let go of'.


SebHoll(Posted 1+ years ago) #2
Use an event hook and the corresponding event.data value.