Table of Contents

Enum GlobalHookType

Namespace
SharpHook.Data
Assembly
SharpHook.dll

Represents a global hook type – keyboard hook, mouse hook, or both.

[Flags]
public enum GlobalHookType

Fields

All = 0

A global hook for both keyboard and mouse events.

Keyboard = 1

A global hook for keyboard events only.

Mouse = 2

A global hook for mouse events only.