Definition at line 37 of file OpenClose.h. References OglGui::OglWindow::GetDimensions(), mClosing, mDurationMs, mEndH, mEndW, mEndX, mEndY, mStartTime, mTarget, and OglGui::OglWindow::SetVisible(). Referenced by OglGui::IPhoneApp::ButtonSelectionEvent(), OglGui::IPhoneApp::CloseApp(), and OglGui::IPhoneApp::CloseCmdPicker(). 00038 { 00039 mTarget->GetDimensions(mEndX,mEndY,mEndW,mEndH); 00040 mDurationMs = ms; 00041 mTarget->SetVisible(true); 00042 mStartTime = OglClock()*1000; 00043 mClosing = true; 00044 }
Here is the call graph for this function:
|