using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Forms; using System.Drawing; namespace BizHawk.MultiClient { class GamepadConfigPanel : Panel { public static List buttons = new List(); public int ControllerNumber = 1; public bool Autofire = false; public int InputMarginLeft = 0; public int LabelPadding = 10; public int MarginTop = 0; public int Spacing = 30; public int InputSize = 200; protected List Inputs = new List(); protected List