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

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

Definition at line 535 of file View.h.

References OnMouse().

Referenced by Init().

00537     {
00538         View* v = (View *) view3DSys.GetSysData(view, 1);
00539         v->OnMouse(msg, btn, state, x, y);
00540     }

Here is the call graph for this function:


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