Available on crate feature
hooking
only.Expand description
Various hooking functionality.
Structs§
- LowLevel
Keyboard Message - Decoded keyboard message.
- LowLevel
Mouse Message - Decoded mouse message.
Enums§
- Hook
Return Value - A value indicating what action should be taken after returning from the user callback
in
LowLevelInputHook::run_hook
. - LowLevel
Keyboard Action - LowLevel
Keyboard Hook - The keyboard variant of
LowLevelInputHook
. - LowLevel
Mouse Action - LowLevel
Mouse Hook - The mouse variant of
LowLevelInputHook
.
Traits§
- LowLevel
Input Hook - A global mouse or keyboard hook.