コード例 #1
0
ファイル: KeyboardHook.cs プロジェクト: hornd/SnipSnap
 public KeyboardHook()
 {
     this.hookThread = null;
     this.hook = IntPtr.Zero;
     this.callback = new Win32ApiWrapper.HookIn(LowLevelKeyboardHook);
     this.generator = new ScreenImageGenerator();
 }
コード例 #2
0
ファイル: KeyboardHook.cs プロジェクト: hornd/SnipSnap
 public KeyboardHook()
 {
     this.hookThread = null;
     this.hook       = IntPtr.Zero;
     this.callback   = new Win32ApiWrapper.HookIn(LowLevelKeyboardHook);
     this.generator  = new ScreenImageGenerator();
 }