| 1793 | |
| 1794 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1795 | ovr_GetControllerPositionUncertainty() |
| 1796 | { |
| 1797 | return ovrError_Unsupported; |
| 1798 | } |
| 1799 | |
| 1800 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1801 | ovr_GetCurrentHandInputState() |
nothing calls this directly
no outgoing calls
no test coverage detected