| 113 | |
| 114 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 115 | ovr_GetHybridInputFocus( |
| 116 | ovrSession session, |
| 117 | ovrControllerType controllerType, |
| 118 | ovrHybridInputFocusState* outState) |
| 119 | { |
| 120 | return ovrError_Unsupported; |
| 121 | } |
| 122 | |
| 123 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 124 | ovr_ShowAvatarHands( |
nothing calls this directly
no outgoing calls
no test coverage detected