コード例 #1
0
 public InputConfiguration(string name, List <InputAction> actions)
 {
     Id                  = Guid.NewGuid();
     Name                = name;
     FileName            = string.Empty;
     ProcessName         = string.Empty;
     UseForegroundWindow = false;
     UseDesktopWindow    = false;
     Actions             = actions;
     GridSettings        = new GridSettings();
     View                = string.Empty;
 }
コード例 #2
0
 public InputConfiguration(string name, List<InputAction> actions)
 {
     Id = Guid.NewGuid();
     Name = name;
     FileName = string.Empty;
     ProcessName = string.Empty;
     UseForegroundWindow = false;
     UseDesktopWindow = false;
     Actions = actions;
     GridSettings = new GridSettings();
     View = string.Empty;
 }