| 1787 | |
| 1788 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1789 | ovr_QueryDistortion() |
| 1790 | { |
| 1791 | return ovrError_Unsupported; |
| 1792 | } |
| 1793 | |
| 1794 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1795 | ovr_GetControllerPositionUncertainty() |
nothing calls this directly
no outgoing calls
no test coverage detected