| 1817 | |
| 1818 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1819 | ovr_GetHandSkeleton() |
| 1820 | { |
| 1821 | return ovrError_Unsupported; |
| 1822 | } |
| 1823 | |
| 1824 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1825 | ovr_ReportClientInfo() |
nothing calls this directly
no outgoing calls
no test coverage detected