| 1479 | |
| 1480 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1481 | ovr_ShowAvatarHands( |
| 1482 | ovrSession session, |
| 1483 | ovrBool showHands) |
| 1484 | { |
| 1485 | return ovrError_Unsupported; |
| 1486 | } |
| 1487 | |
| 1488 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1489 | ovr_ShowKeyboard() |
nothing calls this directly
no outgoing calls
no test coverage detected