Definition at line 116 of file IPhoneApp.h. References mAppClosing, mAppOpening, mCmdClosing, mCmdOpening, mStarting, OglGui::OglWindow::SetAlwaysDraw(), and OglGui::OglWindow::UpdateScene(). Referenced by DisplayFunc(). 00117 { 00118 b = false; 00119 SetAlwaysDraw(mStarting|mAppOpening|mAppClosing|mCmdOpening|mCmdClosing); 00120 UpdateScene(); 00121 }
Here is the call graph for this function:
|