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

Method InputDevice

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

Source from the content-addressed store, hash-verified

18 {
19 public:
20 InputDevice(vr::VRActionSetHandle_t actionSet)
21 : ActionSet(actionSet), Handle(vr::k_ulInvalidInputValueHandle) { }
22 virtual ~InputDevice() { }
23
24 // Input

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected