Reimplemented from OglGui::ButtonListener. Definition at line 37 of file MenuOnButton.h. References mActive, mMenu, OglGui::Menu::Open(), and OglGui::OglWindow::ToTopWindow(). 00038 { 00039 if (!mMenu) 00040 return; 00041 int x = 0, y = 2; 00042 ToTopWindow(src,x,y); 00043 mMenu->Open(x,y); 00044 mActive = true; 00045 }
Here is the call graph for this function:
|