Method | Description | |
---|---|---|
CallNextHookEx ( |
||
CaptureKey ( int nCode, |
Capture keystrokes and filter which key events are permitted to continue.
|
|
CaptureMouseButton ( int nCode, |
Capture keystrokes and filter which key events are permitted to continue.
|
|
DisableKey ( |
Disable not enabled Keys from SebClient configuration
|
|
DisableMouseButton ( int nCode, |
Disable ot enabled Mouse Buttons from SebClient configuration
|
|
GetAsyncKeyState ( Keys key ) : short | ||
GetModuleHandle ( string name ) : |
||
RegisterKeyboardHookMethod ( ) : void |
Register key capture method.
|
|
ResetCtrlQExitSequence ( |
Reset ctrl-Q Exit Key Sequence
|
|
ResetExitKeySequence ( |
Reset Exit Key Sequence
|
|
SetAndTestCtrlQExitSequence ( |
Set and Test ctrl-Q Exit Key Sequence
|
|
SetAndTestExitKeySequence ( |
Set and Test Exit Key Sequence
|
|
SetExitKeys ( ) : void |
Set and Test Exit Key Sequence
|
|
SetWindowsHookEx ( int id, LowLevelProc callback, |
||
TestAppExitSequences ( |
Test app exit keys sequence
|
|
TestTouchExitSequence ( System.Drawing.Point cursorsPosition ) : void | ||
UnhookWindowsHookEx ( |
||
UnregisterKeyboardHookMethod ( ) : void |
Unregister key capture method.
|