예제 #1
0
 public KeyPair(KeyPair pair_old) : base(pair_old)
 {
 }
예제 #2
0
 public static void initKeyHook()
 {
     pressedKeys = new KeyPair();
     _hookID     = SetHook(_proc);
 }