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

Function ovr_ShowAvatarHands

LibOVRProxy/OVR_CAPI.cpp:124–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122
123OVR_PUBLIC_FUNCTION(ovrResult)
124ovr_ShowAvatarHands(
125 ovrSession session,
126 ovrBool showHands)
127{
128 return ovrError_Unsupported;
129}
130
131OVR_PUBLIC_FUNCTION(ovrResult)
132ovr_ShowKeyboard()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected