[SOLVED] Track HScroll changes while dragged

fantasian

02-07-2010 11:43:46

Hello.

Is it possible to track the changes of the HScroll value while it's being dragged?

I have tried all the different events, including eventMouseDrag, eventChangeProperty, eventMouseButtonReleased, to no avail. The only one that "replies" is eventMouseButtonPressed, which really isn't suitable.

Is there any other way than to poll the widget every frame(!) ?

Many thanks in advance,

Bill

EDIT : Never mind, it's eventScrollChangePosition. I couldn't find it in the documentation because it's in the VScroll page but not in the HScroll one.