This virtual function is called when a user releases a key on the keyboard while interacting with the window. The function's key parameter provides a platform independent code of the key that was released. Your application can override this function in your own class in order to process this event.
Parameter | Description |
---|---|
key |
Platform independent code of the key that was released. See CDTWindow::Event_KeyDown for the list of available key codes. |