| 122 | |
| 123 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 124 | ovr_ShowAvatarHands( |
| 125 | ovrSession session, |
| 126 | ovrBool showHands) |
| 127 | { |
| 128 | return ovrError_Unsupported; |
| 129 | } |
| 130 | |
| 131 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 132 | ovr_ShowKeyboard() |
nothing calls this directly
no outgoing calls
no test coverage detected