onChar (hWnd, char)
This callback is invoked when a character is generated, usually by pressing a key on the keyboard.
Parameter | Description |
---|---|
hWnd | The handle to the window that had input focus when the character was generated |
char | The ASCII code of the character that was generated |
0
This is a callback function. You must supply this function yourself. To register this callback, use the WinXRegOnChar function.
FUNCTION onChar (hWnd, char)
END FUNCTION |