Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

virtual void OglGui::UpDownButton::MouseFunc ( INT  msg,
INT  but,
INT  state,
INT  x,
INT  y 
) [inline, virtual]

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:


Generated on Fri Mar 19 12:09:10 2010 for ImpalaSrc by  doxygen 1.5.1