| 142 | |
| 143 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 144 | ovr_QueryDistortion() |
| 145 | { |
| 146 | return ovrError_Unsupported; |
| 147 | } |
| 148 | |
| 149 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 150 | ovr_GetControllerPositionUncertainty() |
nothing calls this directly
no outgoing calls
no test coverage detected