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

Function ovr_HideDesktopWindow

Revive/REV_CAPI.cpp:1464–1469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1462
1463OVR_PUBLIC_FUNCTION(ovrResult)
1464ovr_HideDesktopWindow(
1465 ovrSession session,
1466 ovrDesktopWindowHandle windowHandle)
1467{
1468 return ovrError_Unsupported;
1469}
1470
1471OVR_PUBLIC_FUNCTION(ovrResult)
1472ovr_GetHybridInputFocus(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected