Definition at line 71 of file IPhoneApp.h. References OglGui::OpenClose::Close(), mCmdClosing, mCmdOpenCloser, mCommandPickerWnd, and OglGui::OglWindow::SetAlwaysDraw(). Referenced by ButtonSelectionEvent(). 00072 { 00073 SetAlwaysDraw(true); 00074 mCommandPickerWnd = wnd; 00075 mCmdClosing = true; 00076 mCmdOpenCloser->Close(); 00077 }
Here is the call graph for this function:
|