| 18 | { |
| 19 | public: |
| 20 | InputDevice(vr::VRActionSetHandle_t actionSet) |
| 21 | : ActionSet(actionSet), Handle(vr::k_ulInvalidInputValueHandle) { } |
| 22 | virtual ~InputDevice() { } |
| 23 | |
| 24 | // Input |
nothing calls this directly
no outgoing calls
no test coverage detected