Esempio n. 1
0
 /// <summary>Default constructor</summary>
 public Key(Messaging.VKeys vk = Messaging.VKeys.NULL, Messaging.VKeys shiftKey = Messaging.VKeys.NULL, Messaging.ShiftType shiftType = Messaging.ShiftType.NONE)
 {
     _buttonCounter = 0;
     Vk             = vk;
     ShiftKey       = shiftKey;
     ShiftType      = shiftType;
 }
Esempio n. 2
0
 /// <summary>Default constructor</summary>
 public Key(KeyCode vk = KeyCode.None, KeyCode shiftKey = KeyCode.None, Messaging.ShiftType shiftType = Messaging.ShiftType.NONE)
 {
     _buttonCounter = 0;
     Vk             = vk;
     ShiftKey       = shiftKey;
     ShiftType      = shiftType;
 }