| 89 | |
| 90 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 91 | ovr_InitDesktopWindow( |
| 92 | ovrSession session, |
| 93 | ovrDesktopWindowHandle* outWindowHandle) |
| 94 | { |
| 95 | return ovrError_Unsupported; |
| 96 | } |
| 97 | |
| 98 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 99 | ovr_ShowDesktopWindow( |
nothing calls this directly
no outgoing calls
no test coverage detected