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

Function ovr_HideDesktopWindow

ReviveXR/REV_CAPI.cpp:1752–1757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1750
1751OVR_PUBLIC_FUNCTION(ovrResult)
1752ovr_HideDesktopWindow(
1753 ovrSession session,
1754 ovrDesktopWindowHandle windowHandle)
1755{
1756 return ovrError_Unsupported;
1757}
1758
1759OVR_PUBLIC_FUNCTION(ovrResult)
1760ovr_GetHybridInputFocus(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected