Get instantaneous slider value?
BlitzMax Forums/MaxGUI Module/Get instantaneous slider value?
| ||
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'. |
| ||
Use an event hook and the corresponding event.data value. |