Package pyhook :: Module HookManager
[hide private]
[frames] | no frames]

Module HookManager

source code

Classes [hide private]
  HookConstants
Stores internal windows hook constants including hook types, mappings from virtual keycode name to value and value to name, and event type value to name.
  HookEvent
Holds information about a general hook event.
  MouseEvent
Holds information about a mouse event.
  KeyboardEvent
Holds information about a mouse event.
  HookManager
Registers and manages callbacks for low level mouse and keyboard events.
Functions [hide private]
 
GetKeyState(key_id) source code