[bug] mouse wheel scroll on Slider reversed?
Posted: Fri Oct 24, 2008 00:22
I've recently added an instance of the Slider class to my layout.
(The vertical slider, from Taharez lnf)
But if my mouse is over it and I scroll with the mouse wheel, it seems to scroll the opposite way to what I expected.
If I scroll up (away from me), the slider thumb goes to the bottom (and getCurrentValue reports zero). Scrolling down moves the slider thumb to the top.
For comparison, mouse wheel scrolling works the way I expected in a MultiColumnList.
The values reported / used by the slider are in the direction I expected: max at the top, 0 at bottom.
I haven't set the widget property "ReversedDirection".
Using CEGUI 0.6.1 (SDK).
Is this a known issue?
Is there any way to fix it outside of CEGUI code for now, or to disable this particular widget from receiving mouse wheel changes?
(It must still receive other mouse input)
Thanks,
Michael
(The vertical slider, from Taharez lnf)
But if my mouse is over it and I scroll with the mouse wheel, it seems to scroll the opposite way to what I expected.
If I scroll up (away from me), the slider thumb goes to the bottom (and getCurrentValue reports zero). Scrolling down moves the slider thumb to the top.
For comparison, mouse wheel scrolling works the way I expected in a MultiColumnList.
The values reported / used by the slider are in the direction I expected: max at the top, 0 at bottom.
I haven't set the widget property "ReversedDirection".
Using CEGUI 0.6.1 (SDK).
Is this a known issue?
Is there any way to fix it outside of CEGUI code for now, or to disable this particular widget from receiving mouse wheel changes?
(It must still receive other mouse input)
Thanks,
Michael