CreateDefaultButtonMap
Introduction
Button map keys
this.ButtonMap = new KeyboardButtonMap();
ButtonMap.LeftAnalogLeft = Keys.Left;
ButtonMap.LeftAnalogRight = Keys.Right;
ButtonMap.LeftAnalogUp = Keys.Up;
ButtonMap.LeftAnalogDown = Keys.Down;
ButtonMap.A = Keys.A;
ButtonMap.B = Keys.S;
ButtonMap.X = Keys.Q;
ButtonMap.Y = Keys.W;
ButtonMap.LeftTrigger = Keys.E;
ButtonMap.RightTrigger = Keys.R;
ButtonMap.LeftShoulder = Keys.D;
ButtonMap.RightShoulder = Keys.F;
ButtonMap.Back = Keys.Back;
ButtonMap.Start = Keys.Enter;Modifying the default ButtonMap
Last updated
Was this helpful?