| 148 | |
| 149 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 150 | ovr_GetControllerPositionUncertainty() |
| 151 | { |
| 152 | return ovrError_Unsupported; |
| 153 | } |
| 154 | |
| 155 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 156 | ovr_GetCurrentHandInputState() |
nothing calls this directly
no outgoing calls
no test coverage detected