| 1518 | |
| 1519 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1520 | ovr_GetControllerPositionUncertainty() |
| 1521 | { |
| 1522 | return ovrError_Unsupported; |
| 1523 | } |
| 1524 | |
| 1525 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1526 | ovr_GetCurrentHandInputState() |
nothing calls this directly
no outgoing calls
no test coverage detected