C# Class ForMiner.MouseHooker

Afficher le fichier Open project: JohnyWaster/SaperBot Class Usage Examples

Méthodes publiques

Свойство Type Description
time Stopwatch

Méthodes publiques

Méthode Description
MouseHooker ( ) : System

Private Methods

Méthode Description
AllocConsole ( ) : bool
CallNextHookEx ( IntPtr hhk, int nCode, IntPtr wParam, IntPtr lParam ) : IntPtr
GetModuleHandle ( string lpModuleName ) : IntPtr
HookCallback ( int nCode, IntPtr wParam, IntPtr lParam ) : IntPtr
SetHook ( LowLevelMouseProc proc ) : IntPtr
SetWindowsHookEx ( int idHook, LowLevelMouseProc lpfn, IntPtr hMod, uint dwThreadId ) : IntPtr
UnhookWindowsHookEx ( IntPtr hhk ) : bool

Method Details

MouseHooker() public méthode

public MouseHooker ( ) : System
Résultat System

Property Details

time public_oe static_oe property

public static Stopwatch time
Résultat Stopwatch