OnKeyPress() is called when a key is pressed, then released and the control has focus. The key may be a standard key, or it may be one of the special keys - see CATKeystroke.h for details. Use this functoin to receive keystrokes where you only want to respond to full key press/releases. You will not receive repeated calls if the key is held
Reimplemented from CATControl. Definition at line 184 of file CATSlider.cpp. References CATControl::OnKeyPress().
|