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

Function ovr_ShowAvatarHands

ReviveXR/REV_CAPI.cpp:1769–1774  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1767
1768OVR_PUBLIC_FUNCTION(ovrResult)
1769ovr_ShowAvatarHands(
1770 ovrSession session,
1771 ovrBool showHands)
1772{
1773 return ovrError_Unsupported;
1774}
1775
1776OVR_PUBLIC_FUNCTION(ovrResult)
1777ovr_ShowKeyboard()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected