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

virtual void OglGui::Camera3DAnchorControl::WindowMouseEvent ( Window src,
int  msg,
int  but,
int  state,
int  x,
int  y,
void *  userData 
) [inline, virtual]

Reimplemented from OglGui::WindowListener.

Definition at line 116 of file Camera3DAnchorControl.h.

References cNrOfAnchors, mIndex, mStrings, and OglGui::OglWindow::SetBorderBackground().

00118     {
00119         if (msg != oglMouseDown)
00120             return;
00121         mIndex = (long long) userData;
00122         for (int i=0; i<cNrOfAnchors; i++)
00123             mStrings[i]->SetBorderBackground(i==mIndex ? 0x80ffaaaa : oglTrWHITE);
00124     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:57:56 2010 for ImpalaSrc by  doxygen 1.5.1