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

Method ~InputDevice

Revive/InputManager.h:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 InputDevice(vr::VRActionSetHandle_t actionSet)
21 : ActionSet(actionSet), Handle(vr::k_ulInvalidInputValueHandle) { }
22 virtual ~InputDevice() { }
23
24 // Input
25 virtual ovrControllerType GetType() = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected