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

Function ovr_ShowDesktopWindow

ReviveXR/REV_CAPI.cpp:1744–1749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1742
1743OVR_PUBLIC_FUNCTION(ovrResult)
1744ovr_ShowDesktopWindow(
1745 ovrSession session,
1746 const ovrDesktopWindowDesc* windowDesc)
1747{
1748 return ovrError_Unsupported;
1749}
1750
1751OVR_PUBLIC_FUNCTION(ovrResult)
1752ovr_HideDesktopWindow(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected