Definition at line 40 of file SixButtonCross.h. References mButtons. Referenced by OglGui::CrossControl::InitCross(), Impala::Application::IDash::ScreenBrowser::InitScreen(), and OglGui::ViewRotateControl::SetTargetWindow(). 00041 { 00042 if(id<0 || id>5) 00043 return 0; 00044 return mButtons[id]; 00045 }
|