| 418 | } |
| 419 | |
| 420 | InputManager::OculusTouch::~OculusTouch() |
| 421 | { |
| 422 | m_bHapticsRunning = false; |
| 423 | m_HapticsThread.join(); |
| 424 | } |
| 425 | |
| 426 | ovrControllerType InputManager::OculusTouch::GetType() |
| 427 | { |
nothing calls this directly
no outgoing calls
no test coverage detected