| 1750 | |
| 1751 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1752 | ovr_HideDesktopWindow( |
| 1753 | ovrSession session, |
| 1754 | ovrDesktopWindowHandle windowHandle) |
| 1755 | { |
| 1756 | return ovrError_Unsupported; |
| 1757 | } |
| 1758 | |
| 1759 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1760 | ovr_GetHybridInputFocus( |
nothing calls this directly
no outgoing calls
no test coverage detected