Definition at line 97 of file UpDownButton.h. References mDownButton, mUpButton, and OglGui::DirectionButton::SetDirectionFeedback(). Referenced by OglGui::UpDownNumber::Init(), and Init(). 00098 { 00099 mUpButton->SetDirectionFeedback(mode, feedbackCol); 00100 mDownButton->SetDirectionFeedback(mode, feedbackCol); 00101 }
Here is the call graph for this function:
|