| 35 | virtual void UpdateHaptics(XrSession session, XrDuration displayPeriod) { } |
| 36 | |
| 37 | XrActionSet ActionSet() const { return m_ActionSet; } |
| 38 | |
| 39 | protected: |
| 40 | static ovrVector2f ApplyDeadzone(ovrVector2f axis, float deadZone); |
no outgoing calls
no test coverage detected