Platform | Win32, x64 |
Purpose |
To name a call-back function that monitors the use of the keyboard. |
Syntax |
SUBROUTINE ADD_KEYBOARD_MONITOR@( CB_FUNC ) |
Description |
See ADD_CURSOR_MONITOR@. Keyboard call-back functions use the CLEARWIN_INFO@ parameter 'KEYBOARD_KEY'. |
Notes |
This routine replaces GET_WKEY@ and GET_WKEY1@ and should be used in preference to these routines. Calls to these routines will fail if ADD_KEYBOARD_MONITOR@ has been called. |
See also |