virtual void OnFocus(bool setFocus, KeyModifiers mods);
OnFocus is called to set/kill focus. If setFocus == true then this is SET FOCUS, otherwise - KILL FOCUS.
Parameters |
Description |
bool setFocus |
A value to set/clear the focus. |
KeyModifiers mods |
The modifier key. |