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

Class ovrInputState1_

Revive/REV_CAPI.cpp:498–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496
497// Pre-1.7 input state
498typedef struct ovrInputState1_
499{
500 double TimeInSeconds;
501 unsigned int Buttons;
502 unsigned int Touches;
503 float IndexTrigger[ovrHand_Count];
504 float HandTrigger[ovrHand_Count];
505 ovrVector2f Thumbstick[ovrHand_Count];
506 ovrControllerType ControllerType;
507} ovrInputState1;
508
509// Pre-1.11 input state
510typedef struct ovrInputState2_

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected