| 154 | |
| 155 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 156 | ovr_GetCurrentHandInputState() |
| 157 | { |
| 158 | return ovrError_Unsupported; |
| 159 | } |
| 160 | |
| 161 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 162 | ovr_GetHandMesh() |
nothing calls this directly
no outgoing calls
no test coverage detected