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

Function ovr_GetHybridInputFocus

ReviveXR/REV_CAPI.cpp:1760–1766  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1758
1759OVR_PUBLIC_FUNCTION(ovrResult)
1760ovr_GetHybridInputFocus(
1761 ovrSession session,
1762 ovrControllerType controllerType,
1763 ovrHybridInputFocusState* outState)
1764{
1765 return ovrError_Unsupported;
1766}
1767
1768OVR_PUBLIC_FUNCTION(ovrResult)
1769ovr_ShowAvatarHands(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected