| 1811 | |
| 1812 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1813 | ovr_GetHandPose() |
| 1814 | { |
| 1815 | return ovrError_Unsupported; |
| 1816 | } |
| 1817 | |
| 1818 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1819 | ovr_GetHandSkeleton() |
nothing calls this directly
no outgoing calls
no test coverage detected