MCPcopy Create free account
hub / github.com/LibreVR/Revive / OnRequestUpdate

Method OnRequestUpdate

ReviveOverlay/openvroverlaycontroller.cpp:262–266  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Purpose: -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

260// Purpose:
261//-----------------------------------------------------------------------------
262void COpenVROverlayController::OnRequestUpdate()
263{
264 if (!m_pUpdateTimer->isActive())
265 m_pUpdateTimer->start();
266}
267
268
269//-----------------------------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected