Example #1
0
 public KeyboardHook()
 {
     this.hookThread = null;
     this.hook = IntPtr.Zero;
     this.callback = new Win32ApiWrapper.HookIn(LowLevelKeyboardHook);
     this.generator = new ScreenImageGenerator();
 }
Example #2
0
 public KeyboardHook()
 {
     this.hookThread = null;
     this.hook       = IntPtr.Zero;
     this.callback   = new Win32ApiWrapper.HookIn(LowLevelKeyboardHook);
     this.generator  = new ScreenImageGenerator();
 }