Property | Type | Description | |
---|---|---|---|
downEnabled | bool | ||
moveEnabled | bool |
Method | Description | |
---|---|---|
GetCursorPosition ( ) : Point | ||
Start ( ) : void | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
CallNextHookEx ( |
||
GetCursorPos ( POINT &lpPoint ) : bool | ||
GetModuleHandle ( string lpModuleName ) : IntPtr | ||
HookCallback ( int nCode, IntPtr wParam, IntPtr lParam ) : IntPtr | ||
SetCursorPos ( int x, int y ) : long | ||
SetHook ( LowLevelMouseProcess proc ) : IntPtr | ||
SetWindowsHookEx ( int idHook, LowLevelMouseProcess lpfn, IntPtr hMod, uint dwThreadId ) : IntPtr | ||
UnhookWindowsHookEx ( IntPtr hk ) : bool |