Exemple #1
0
 public ThreeKeysCombination()
 {
     Keys = new IKeyboardKey[3];
 }
Exemple #2
0
 public KeyMapping(IKeyboardKey keyboardKey, IMappingTarget mappedTarget)
 {
     KeyboardKey   = keyboardKey;
     MappingTarget = mappedTarget;
 }
Exemple #3
0
 public TwoKeysCombination()
 {
     Keys = new IKeyboardKey[2];
 }