| 1775 | |
| 1776 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1777 | ovr_ShowKeyboard() |
| 1778 | { |
| 1779 | return ovrError_Unsupported; |
| 1780 | } |
| 1781 | |
| 1782 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1783 | ovr_EnableHybridRaycast() |
nothing calls this directly
no outgoing calls
no test coverage detected