#ifndef GAME_CONTROLLER_H #define GAME_CONTROLLER_H #include "WPILib.h" /** * @brief An xbox or ps3 controller */ class GameController{ private: Joystick *stick; //