| 1799 | |
| 1800 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1801 | ovr_GetCurrentHandInputState() |
| 1802 | { |
| 1803 | return ovrError_Unsupported; |
| 1804 | } |
| 1805 | |
| 1806 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1807 | ovr_GetHandMesh() |
nothing calls this directly
no outgoing calls
no test coverage detected