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 in CATKnob, and CATSlider. Definition at line 869 of file CATControl.cpp. Referenced by CATWindow::OnKeyPress(), CATSlider::OnKeyPress(), and CATKnob::OnKeyPress().
|