| 349 | } |
| 350 | |
| 351 | InputManager::InputDevice::~InputDevice() |
| 352 | { |
| 353 | XrResult rs = xrDestroyActionSet(m_ActionSet); |
| 354 | assert(XR_SUCCEEDED(rs)); |
| 355 | } |
| 356 | |
| 357 | ovrVector2f InputManager::InputDevice::ApplyDeadzone(ovrVector2f axis, float deadZone) |
| 358 | { |
nothing calls this directly
no outgoing calls
no test coverage detected