StablexUI
StablexUI copied to clipboard
Request ..
Hi,
Can you please promote fnStop in _startScroll to class level? https://github.com/RealyUniqueName/StablexUI/blob/master/src/ru/stablex/ui/widgets/Scroll.hx
I need to stop scrolling manually, so, I need to call this funciton pointer, currently its at the _startScroll method scope, so I have override the whole _startScroll method.
Here is what my scroll looks like: https://gist.github.com/hopewise/8385606