WH_KEYBOARD_LL top-level constant

  1. @Deprecated('Use WINDOWS_HOOK_ID.WH_KEYBOARD_LL instead')
int const WH_KEYBOARD_LL

Installs a hook procedure that monitors low-level keyboard input events.

Implementation

@Deprecated('Use WINDOWS_HOOK_ID.WH_KEYBOARD_LL instead')
const WH_KEYBOARD_LL = 13;