| 1734 | |
| 1735 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1736 | ovr_InitDesktopWindow( |
| 1737 | ovrSession session, |
| 1738 | ovrDesktopWindowHandle* outWindowHandle) |
| 1739 | { |
| 1740 | return ovrError_Unsupported; |
| 1741 | } |
| 1742 | |
| 1743 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1744 | ovr_ShowDesktopWindow( |
nothing calls this directly
no outgoing calls
no test coverage detected