| 1524 | |
| 1525 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1526 | ovr_GetCurrentHandInputState() |
| 1527 | { |
| 1528 | return ovrError_Unsupported; |
| 1529 | } |
| 1530 | |
| 1531 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1532 | ovr_GetHandMesh() |
nothing calls this directly
no outgoing calls
no test coverage detected