AppBase::OnFocus

AppBase::OnFocus
virtual void OnFocus(bool setFocus, KeyModifiers mods);
Description

OnFocus is called to set/kill focus. If setFocus == true then this is SET FOCUS, otherwise - KILL FOCUS.

Parameters
Parameters 
Description 
bool setFocus 
A value to set/clear the focus. 
KeyModifiers mods 
The modifier key.