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

Function ovr_ShowDesktopWindow

Revive/REV_CAPI.cpp:1456–1461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1454
1455OVR_PUBLIC_FUNCTION(ovrResult)
1456ovr_ShowDesktopWindow(
1457 ovrSession session,
1458 const ovrDesktopWindowDesc* windowDesc)
1459{
1460 return ovrError_Unsupported;
1461}
1462
1463OVR_PUBLIC_FUNCTION(ovrResult)
1464ovr_HideDesktopWindow(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected