Example #1
0
 //KeyBoardConfig config;
 public KeyBoardJoyMap(MapConfig.DefaultMapConfig config = null) : base(config)
 {
     if (config != null)
     {
         this.config = config;
     }
     else
     {
         this.config = new KeyBoardConfig();
     }
     this.Name = "Defalt Keyboard Map";
 }
        public VitualXinputJoyMap(MapConfig.DefaultMapConfig config = null) : base(config)
        {
            if (config != null)
            {
                this.config = config;
            }
            else
            {
                this.config = new XInputConfig();
            }

            this.Name = "Defalt XInput Map";
        }