| 1470 | |
| 1471 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1472 | ovr_GetHybridInputFocus( |
| 1473 | ovrSession session, |
| 1474 | ovrControllerType controllerType, |
| 1475 | ovrHybridInputFocusState* outState) |
| 1476 | { |
| 1477 | return ovrError_Unsupported; |
| 1478 | } |
| 1479 | |
| 1480 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1481 | ovr_ShowAvatarHands( |
nothing calls this directly
no outgoing calls
no test coverage detected