Reimplemented in OglGui::WindowView2DWithRect, OglGui::Button, OglGui::CheckBox, OglGui::ScrollBar::ScrollThumb, and OglGui::WindowView2D. Definition at line 79 of file StaticText.h. References OglGui::Window::GetParent(), and OglGui::Window::MouseFunc(). 00080 { 00081 Window::MouseFunc(msg, but, state, x, y); 00082 if (msg == oglMouseWheelUp || msg == oglMouseWheelDown) 00083 GetParent()->MouseFunc(msg, but, state, x, y); 00084 }
Here is the call graph for this function:
|