| 1446 | |
| 1447 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1448 | ovr_InitDesktopWindow( |
| 1449 | ovrSession session, |
| 1450 | ovrDesktopWindowHandle* outWindowHandle) |
| 1451 | { |
| 1452 | return ovrError_Unsupported; |
| 1453 | } |
| 1454 | |
| 1455 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1456 | ovr_ShowDesktopWindow( |
nothing calls this directly
no outgoing calls
no test coverage detected