| 105 | } |
| 106 | |
| 107 | void CAWindow::presentEnd() |
| 108 | { |
| 109 | if (m_pRootViewController) |
| 110 | { |
| 111 | m_pRootViewController->viewDidDisappear(); |
| 112 | } |
| 113 | CAApplication::getApplication()->getTouchDispatcher()->setDispatchEventsTrue(); |
| 114 | } |
| 115 | |
| 116 | void CAWindow::dismissModalViewController(bool animated) |
| 117 | { |
no test coverage detected