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

Function ovr_GetHybridInputFocus

LibOVRProxy/OVR_CAPI.cpp:115–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113
114OVR_PUBLIC_FUNCTION(ovrResult)
115ovr_GetHybridInputFocus(
116 ovrSession session,
117 ovrControllerType controllerType,
118 ovrHybridInputFocusState* outState)
119{
120 return ovrError_Unsupported;
121}
122
123OVR_PUBLIC_FUNCTION(ovrResult)
124ovr_ShowAvatarHands(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected