| 1454 | |
| 1455 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1456 | ovr_ShowDesktopWindow( |
| 1457 | ovrSession session, |
| 1458 | const ovrDesktopWindowDesc* windowDesc) |
| 1459 | { |
| 1460 | return ovrError_Unsupported; |
| 1461 | } |
| 1462 | |
| 1463 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1464 | ovr_HideDesktopWindow( |
nothing calls this directly
no outgoing calls
no test coverage detected