| 496 | |
| 497 | // Pre-1.7 input state |
| 498 | typedef 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 |
| 510 | typedef struct ovrInputState2_ |
nothing calls this directly
no outgoing calls
no test coverage detected