Example #1
0
 public DPadPreset(DPad pad, string name)
 {
     this.Pad  = pad;
     this.Name = name;
 }
Example #2
0
 public DPadConfig(DPad pad, DPadState state, DPadDisplay display)
 {
     this.Pad     = pad;
     this.State   = state;
     this.Display = display;
 }