コード例 #1
0
 /// <summary>
 /// Tries to update a key bind using the given control combination.
 /// </summary>
 public bool TrySetCombo(IReadOnlyList <string> combo, bool strict = true, bool silent = true) =>
 TrySetCombo(BindManager.GetCombo(combo), strict, silent);