| 1487 | |
| 1488 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1489 | ovr_ShowKeyboard() |
| 1490 | { |
| 1491 | return ovrError_Unsupported; |
| 1492 | } |
| 1493 | |
| 1494 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1495 | ovr_EnableHybridRaycast() |
nothing calls this directly
no outgoing calls
no test coverage detected