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

Method GetActionSpaces

ReviveXR/InputManager.cpp:519–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517}
518
519void InputManager::OculusTouch::GetActionSpaces(XrSession session, std::vector<XrSpace>& outSpaces) const
520{
521 outSpaces.push_back(m_Pose.CreateSpace(session, ovrHand_Left));
522 outSpaces.push_back(m_Pose.CreateSpace(session, ovrHand_Right));
523}
524
525void InputManager::OculusTouch::GetActiveSets(std::vector<XrActiveActionSet>& outSets) const
526{

Callers 1

AttachSessionMethod · 0.45

Calls 1

CreateSpaceMethod · 0.80

Tested by

no test coverage detected