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

Function ovr_GetHybridInputFocus

Revive/REV_CAPI.cpp:1472–1478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1470
1471OVR_PUBLIC_FUNCTION(ovrResult)
1472ovr_GetHybridInputFocus(
1473 ovrSession session,
1474 ovrControllerType controllerType,
1475 ovrHybridInputFocusState* outState)
1476{
1477 return ovrError_Unsupported;
1478}
1479
1480OVR_PUBLIC_FUNCTION(ovrResult)
1481ovr_ShowAvatarHands(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected