| 517 | } |
| 518 | |
| 519 | void 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 | |
| 525 | void InputManager::OculusTouch::GetActiveSets(std::vector<XrActiveActionSet>& outSets) const |
| 526 | { |
no test coverage detected