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

static void OglGui::OglWindow::GlueMouseFunc ( OGLWND *  oglWnd,
INT  msg,
INT  but,
INT  state,
INT  x,
INT  y 
) [inline, static, private]

Definition at line 481 of file OglWindow.h.

References GetOglWindow(), and MouseFunc().

Referenced by GlueFuncs().

00482     {
00483         oglSys.UpdateSceneFlag(oglWnd, 1);
00484         GetOglWindow(oglWnd)->MouseFunc(msg, but, state, x, y);
00485     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:04:20 2010 for ImpalaSrc by  doxygen 1.5.1