Exemplo n.º 1
0
 public void CheckBinds(out float right, out float left, out float down, out float up)
 {
     right = Right.Axis(GamepadIndex, 0f);
     left  = Left.Axis(GamepadIndex, 0f);
     down  = Down.Axis(GamepadIndex, 0f);
     up    = Up.Axis(GamepadIndex, 0f);
 }