| 534 | } |
| 535 | |
| 536 | bool InputManager::OculusTouch::IsConnected() const |
| 537 | { |
| 538 | return true; |
| 539 | } |
| 540 | |
| 541 | void InputManager::OculusTouch::GetInputState(XrSession session, ovrControllerType controllerType, ovrInputState* inputState) |
| 542 | { |
no outgoing calls
no test coverage detected