----------------------------------------------------------------------------- Purpose: -----------------------------------------------------------------------------
| 260 | // Purpose: |
| 261 | //----------------------------------------------------------------------------- |
| 262 | void COpenVROverlayController::OnRequestUpdate() |
| 263 | { |
| 264 | if (!m_pUpdateTimer->isActive()) |
| 265 | m_pUpdateTimer->start(); |
| 266 | } |
| 267 | |
| 268 | |
| 269 | //----------------------------------------------------------------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected