| enum | AxisGPC { AxisGPC.None = -1, AxisGPC.LeftXAxis = 0, AxisGPC.LeftYAxis , AxisGPC.RightXAxis , AxisGPC.RightYAxis , AxisGPC.LeftTrigger , AxisGPC.RightTrigger , AxisGPC.DPad_X_Axis , AxisGPC.DPad_Y_Axis , AxisGPC.Max } An axis on the gamepad. |
| enum | ButtonGPC { ButtonGPC.None = -1, ButtonGPC.A = 0, ButtonGPC.B , ButtonGPC.X , ButtonGPC.Y , ButtonGPC.Up , ButtonGPC.Down , ButtonGPC.Left , ButtonGPC.Right , ButtonGPC.Start , ButtonGPC.Back , ButtonGPC.LStick , ButtonGPC.RStick , ButtonGPC.LeftShoulder , ButtonGPC.RightShoulder , ButtonGPC.Max } A button on the gamepad. |
| bool | initialized ( ) |
| const string | DllName ( ) |
| override Controller | Update ( ) |
| override void | |
| override void | |
| override void | |
| override void | |
| override void | |
| override void |
| bool | |
| bool | |
| bool | |
| float | OVR_GamepadController_GetAxis ( int axis ) |
| bool | OVR_GamepadController_GetButton ( int button ) |
| bool |