Example #1
0
 public void Clear1()
 {
     Assert.IsTrue(_map.MapWithNoRemap("a", "b", KeyRemapMode.Normal));
     _map.Clear(KeyRemapMode.Normal);
     Assert.IsTrue(_map.GetKeyMappingResult(KeyInputUtil.CharToKeyInput('a'), KeyRemapMode.Normal).IsNoMapping);
 }