OnMouseWheel() is called when the mouse wheel is moved over control, but the mouse is not already tracked - this is the usual case. The mouse wheel movement is set to where each 'notch' should be about 1.0 coming in from the OS. Positive values are 'up' or away from the user, negative values are down or towards the user.
Reimplemented from CATControl. Definition at line 168 of file CATSlider.cpp. References CATControl::BoundsCheckValue(), CATMODKEY_SHIFT, fLastTarget, CATControl::fValue, CATControl::GetValRange(), kSLIDERSTEP, CATWidget::MarkDirty(), and CATControl::OnMouseClick().
|