Esempio n. 1
0
 public GlobalMouse(IntPtr hw)
 {
     this.hw = hw;
     mp      = new llmp(OnHook);
     hh      = SetWindowsHookEx(WH_MOUSE_LL, mp, 0, 0);
 }
Esempio n. 2
0
 private static extern IntPtr SetWindowsHookEx(int id, llmp hp, IntPtr hi, int tid);
Esempio n. 3
0
 private static extern IntPtr SetWindowsHookEx(int id, llmp hp, int hi, int tid);