Index

CDTWindow

Event_KeyUp

virtual void Event_KeyUp(DT_SLONG key)

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.

Parameters

ParameterDescription

key

Platform independent code of the key that was released. See CDTWindow::Event_KeyDown for the list of available key codes.

 

Index