Module hooking

Module hooking 

Source
Available on crate feature hooking only.
Expand description

Various hooking functionality.

Structs§

LowLevelInputHook
Deployed low level input hook.
LowLevelKeyboardMessage
Decoded keyboard message.
LowLevelMouseMessage
Decoded mouse message.
WinEventHook
A hook for various UI events.
WinEventMessage
Decoded UI events.

Enums§

HookReturnValue
A value indicating what action should be taken after returning from the user callback.
LowLevelKeyboardAction
LowLevelKeyboardHook
The keyboard variant of LowLevelInputHook.
LowLevelMouseAction
LowLevelMouseHook
The mouse variant of LowLevelInputHook.
WinEventKind

Traits§

LowLevelInputHookType
A global mouse or keyboard hook.