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:
|