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

Function ovr_InitDesktopWindow

Revive/REV_CAPI.cpp:1448–1453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1446
1447OVR_PUBLIC_FUNCTION(ovrResult)
1448ovr_InitDesktopWindow(
1449 ovrSession session,
1450 ovrDesktopWindowHandle* outWindowHandle)
1451{
1452 return ovrError_Unsupported;
1453}
1454
1455OVR_PUBLIC_FUNCTION(ovrResult)
1456ovr_ShowDesktopWindow(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected