C# Class Silky_Shark.MouseHook

Afficher le fichier Open project: stoicshark/silkyshark Class Usage Examples

Méthodes publiques

Свойство Type Description
downEnabled bool
moveEnabled bool

Méthodes publiques

Méthode Description
GetCursorPosition ( ) : Point
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
CallNextHookEx ( IntPtr hk, int nCode, IntPtr wParam, IntPtr lParam ) : IntPtr
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

Method Details

GetCursorPosition() public static méthode

public static GetCursorPosition ( ) : Point
Résultat Point

Start() public static méthode

public static Start ( ) : void
Résultat void

Stop() public static méthode

public static Stop ( ) : void
Résultat void

Property Details

downEnabled public_oe static_oe property

public static bool downEnabled
Résultat bool

moveEnabled public_oe static_oe property

public static bool moveEnabled
Résultat bool