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

Function ovr_ShowDesktopWindow

LibOVRProxy/OVR_CAPI.cpp:99–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97
98OVR_PUBLIC_FUNCTION(ovrResult)
99ovr_ShowDesktopWindow(
100 ovrSession session,
101 const ovrDesktopWindowDesc* windowDesc)
102{
103 return ovrError_Unsupported;
104}
105
106OVR_PUBLIC_FUNCTION(ovrResult)
107ovr_HideDesktopWindow(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected