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

Function ovr_HideDesktopWindow

LibOVRProxy/OVR_CAPI.cpp:107–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105
106OVR_PUBLIC_FUNCTION(ovrResult)
107ovr_HideDesktopWindow(
108 ovrSession session,
109 ovrDesktopWindowHandle windowHandle)
110{
111 return ovrError_Unsupported;
112}
113
114OVR_PUBLIC_FUNCTION(ovrResult)
115ovr_GetHybridInputFocus(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected