Definition at line 56 of file IPhoneApp.h. References OglGui::OpenClose::Close(), mAppClosing, mAppOpenCloser, OglGui::OglWindow::SetAlwaysDraw(), and OglGui::OpenClose::Target(). 00057 { 00058 SetAlwaysDraw(true); 00059 mAppOpenCloser->Target(wnd); 00060 mAppOpenCloser->Close(ms); 00061 mAppClosing = true;; 00062 }
Here is the call graph for this function:
|