This virtual function is called when a user presses a key on the keyboard while interacting with the window. The function's char_code parameter provides the Unicode character code of the key that was pressed. Your application can override this function in your own class in order to process this event.
Parameter | Description |
---|---|
char_code |
Unicode character code of the key that was released. |