| 20 | InputDevice(vr::VRActionSetHandle_t actionSet) |
| 21 | : ActionSet(actionSet), Handle(vr::k_ulInvalidInputValueHandle) { } |
| 22 | virtual ~InputDevice() { } |
| 23 | |
| 24 | // Input |
| 25 | virtual ovrControllerType GetType() = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected