MCPcopy Create free account
hub / github.com/LibreVR/Revive / ovr_ShowAvatarHands

Function ovr_ShowAvatarHands

Revive/REV_CAPI.cpp:1481–1486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1479
1480OVR_PUBLIC_FUNCTION(ovrResult)
1481ovr_ShowAvatarHands(
1482 ovrSession session,
1483 ovrBool showHands)
1484{
1485 return ovrError_Unsupported;
1486}
1487
1488OVR_PUBLIC_FUNCTION(ovrResult)
1489ovr_ShowKeyboard()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected