Definition at line 50 of file IPhoneApp.h. References mAppOpenCloser, mAppOpening, OglGui::OpenClose::Open(), and OglGui::OglWindow::SetAlwaysDraw(). Referenced by ButtonSelectionEvent(). 00051 { 00052 SetAlwaysDraw(true); 00053 mAppOpenCloser->Open(wnd, x, y, w, h, ms); 00054 mAppOpening = true; 00055 }
Here is the call graph for this function:
|