| 1542 | |
| 1543 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1544 | ovr_GetHandSkeleton() |
| 1545 | { |
| 1546 | return ovrError_Unsupported; |
| 1547 | } |
| 1548 | |
| 1549 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1550 | ovr_ReportClientInfo() |
nothing calls this directly
no outgoing calls
no test coverage detected