| 488 | |
| 489 | // Pre-1.7 input state |
| 490 | typedef 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 |
| 502 | typedef struct ovrInputState2_ |
nothing calls this directly
no outgoing calls
no test coverage detected