| 1462 | |
| 1463 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1464 | ovr_HideDesktopWindow( |
| 1465 | ovrSession session, |
| 1466 | ovrDesktopWindowHandle windowHandle) |
| 1467 | { |
| 1468 | return ovrError_Unsupported; |
| 1469 | } |
| 1470 | |
| 1471 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1472 | ovr_GetHybridInputFocus( |
nothing calls this directly
no outgoing calls
no test coverage detected