MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / ButtonMaskFromId

Function ButtonMaskFromId

headers/openvr_driver.h:1170–1170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1168};
1169
1170inline uint64_t ButtonMaskFromId( EVRButtonId id ) { return 1ull << id; }
1171
1172/** used for controller button events */
1173struct VREvent_Controller_t

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected