Index

CDTWindow

Event_CharUp

virtual void Event_CharUp(DT_ID_ULONG char_code)

This virtual function is called when a user releases 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 released. Your application can override this function in your own class in order to process this event.

Parameters

ParameterDescription

char_code

Unicode character code of the key that was released.

 

Index