Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 12:09:43 2010 for ImpalaSrc by  doxygen 1.5.1