Ejemplo n.º 1
0
 public Keyboard()
 {
     KeyboardIntercept.Init();
     KeyboardIntercept.KeyboardEvent += KeyboardIntercept_KeyboardEvent;
     deviceType = 3;
     GenerateID();
 }
Ejemplo n.º 2
0
 public override void Dispose()
 {
     KeyboardIntercept.Deinit();
     base.Dispose();
 }