| 97 | |
| 98 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 99 | ovr_ShowDesktopWindow( |
| 100 | ovrSession session, |
| 101 | const ovrDesktopWindowDesc* windowDesc) |
| 102 | { |
| 103 | return ovrError_Unsupported; |
| 104 | } |
| 105 | |
| 106 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 107 | ovr_HideDesktopWindow( |
nothing calls this directly
no outgoing calls
no test coverage detected