Method | Description | |
---|---|---|
Dispose ( ) : void | ||
KeyboardHook ( System.Action performAction, System.Action changeAction, System.Action cancelAction ) : System | ||
Start ( ) : void | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
IsNoModifierKey ( ) : bool | ||
KeyboardHookProc ( int nCode, |
public KeyboardHook ( System.Action performAction, System.Action changeAction, System.Action cancelAction ) : System | ||
performAction | System.Action | |
changeAction | System.Action | |
cancelAction | System.Action | |
return | System |