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

Function ovr_GetTrackerCount

Revive/REV_CAPI.cpp:187–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187OVR_PUBLIC_FUNCTION(unsigned int) ovr_GetTrackerCount(ovrSession session)
188{
189 REV_TRACE(ovr_GetTrackerCount);
190
191 if (!session)
192 return ovrError_InvalidSession;
193
194 return (unsigned int)session->TrackerCount;
195}
196
197OVR_PUBLIC_FUNCTION(ovrTrackerDesc) ovr_GetTrackerDesc(ovrSession session, unsigned int trackerDescIndex)
198{

Callers 1

ovr_GetTrackerPoseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected