| 1742 | |
| 1743 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1744 | ovr_ShowDesktopWindow( |
| 1745 | ovrSession session, |
| 1746 | const ovrDesktopWindowDesc* windowDesc) |
| 1747 | { |
| 1748 | return ovrError_Unsupported; |
| 1749 | } |
| 1750 | |
| 1751 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1752 | ovr_HideDesktopWindow( |
nothing calls this directly
no outgoing calls
no test coverage detected