From 76ffaf25f67a0ecb6897d9db4156ecaa8001de2a Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Mon, 23 Mar 2015 11:55:22 -0400 Subject: [PATCH] Added documentation --- Subsystems/GameController.h | 45 ++++++++++++++++++++++++++++++++++--- 1 file changed, 42 insertions(+), 3 deletions(-) diff --git a/Subsystems/GameController.h b/Subsystems/GameController.h index 1ca584e..de5e93f 100644 --- a/Subsystems/GameController.h +++ b/Subsystems/GameController.h @@ -3,14 +3,53 @@ #include "WPILib.h" +/** + * @brief An xbox or ps3 controller + */ class GameController{ private: - Joystick *stick; - std::string type; - JoystickButton *a, *b, *x, *y, *lb, *rb, *tlb, *trb, *start, *back, *lPress, *rPress, *dUp, *dDown, *dLeft, *dRight; + Joystick *stick; //