Ejemplo n.º 1
0
 /** Initialize a controller from a Gamepad (FIRST library underlayer) */
 public Controller(Gamepad g) {
   update(g);
 }