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

static void OglGui::View::MyOnMouse ( OGLVIEW *  view,
int  msg,
int  btn,
int  state,
float  x,
float  y 
) [inline, static, private]

Definition at line 504 of file View.h.

References OnMouse().

Referenced by Init().

00505     {
00506         View* v = (View *) viewSys.GetSysData(view, 1);
00507         v->OnMouse(msg, btn, state, x, y);
00508     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:27:14 2011 for ImpalaSrc by  doxygen 1.5.1