Definition at line 79 of file IPhoneApp.h. References mCmdBtnWnd, mStarting, OpenCmdPicker(), OglGui::Window::RepositionViewports(), and OglGui::Window::ScaleChildren(). 00080 { 00081 mStarting = true; 00082 mCmdBtnWnd->RepositionViewports(); 00083 mCmdBtnWnd->ScaleChildren(); 00084 OpenCmdPicker(mCmdBtnWnd, 0, 0, 10, 10); 00085 }
Here is the call graph for this function:
|