| 105 | |
| 106 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 107 | ovr_HideDesktopWindow( |
| 108 | ovrSession session, |
| 109 | ovrDesktopWindowHandle windowHandle) |
| 110 | { |
| 111 | return ovrError_Unsupported; |
| 112 | } |
| 113 | |
| 114 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 115 | ovr_GetHybridInputFocus( |
nothing calls this directly
no outgoing calls
no test coverage detected