| 1767 | |
| 1768 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1769 | ovr_ShowAvatarHands( |
| 1770 | ovrSession session, |
| 1771 | ovrBool showHands) |
| 1772 | { |
| 1773 | return ovrError_Unsupported; |
| 1774 | } |
| 1775 | |
| 1776 | OVR_PUBLIC_FUNCTION(ovrResult) |
| 1777 | ovr_ShowKeyboard() |
nothing calls this directly
no outgoing calls
no test coverage detected