MCPcopy Create free account
hub / github.com/LibreVR/Revive / ~InputDevice

Method ~InputDevice

ReviveXR/InputManager.cpp:351–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349}
350
351InputManager::InputDevice::~InputDevice()
352{
353 XrResult rs = xrDestroyActionSet(m_ActionSet);
354 assert(XR_SUCCEEDED(rs));
355}
356
357ovrVector2f InputManager::InputDevice::ApplyDeadzone(ovrVector2f axis, float deadZone)
358{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected