Enum GlobalHookType
Represents a global hook type – keyboard hook, mouse hook, or both.
[Flags]
public enum GlobalHookType
Fields
All = 0A global hook for both keyboard and mouse events.
Keyboard = 1A global hook for keyboard events only.
Mouse = 2A global hook for mouse events only.