| 1758 | |
| 1759 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1760 | ovr_GetHybridInputFocus( |
| 1761 | ovrSession session, |
| 1762 | ovrControllerType controllerType, |
| 1763 | ovrHybridInputFocusState* outState) |
| 1764 | { |
| 1765 | return ovrError_Unsupported; |
| 1766 | } |
| 1767 | |
| 1768 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1769 | ovr_ShowAvatarHands( |
nothing calls this directly
no outgoing calls
no test coverage detected