Index

CDTWindow

Event_CharDown

virtual void Event_CharDown(DT_ID_ULONG char_code)

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.

Parameters

ParameterDescription

char_code

Unicode character code of the key that was released.

 

Index