Definition at line 74 of file UpDownButton.h. References OglGui::Button::DoButtonSelectionEvent(), mDownButton, OglGui::Window::MouseFunc(), and mUpButton. 00075 { 00076 Window::MouseFunc(msg, but, state, x, y); 00077 if (msg == oglMouseWheelUp) 00078 mUpButton->DoButtonSelectionEvent(); 00079 if (msg == oglMouseWheelDown) 00080 mDownButton->DoButtonSelectionEvent(); 00081 }
Here is the call graph for this function:
|