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

Class ovrInputState1_

ReviveXR/REV_CAPI.cpp:490–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488
489// Pre-1.7 input state
490typedef struct ovrInputState1_
491{
492 double TimeInSeconds;
493 unsigned int Buttons;
494 unsigned int Touches;
495 float IndexTrigger[ovrHand_Count];
496 float HandTrigger[ovrHand_Count];
497 ovrVector2f Thumbstick[ovrHand_Count];
498 ovrControllerType ControllerType;
499} ovrInputState1;
500
501// Pre-1.11 input state
502typedef struct ovrInputState2_

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected