| 1536 | |
| 1537 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1538 | ovr_GetHandPose() |
| 1539 | { |
| 1540 | return ovrError_Unsupported; |
| 1541 | } |
| 1542 | |
| 1543 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1544 | ovr_GetHandSkeleton() |
nothing calls this directly
no outgoing calls
no test coverage detected