RenderWidget: watch for activation/deactivation, not focus in/out

"Focus" refers mainly to keyboard focus. "Window focus" is exposed
through the window activation and deactivation events.
This commit is contained in:
Michael Maltese
2017-07-13 12:56:33 -07:00
parent 8d5fe1f1c4
commit 8e55374662
2 changed files with 5 additions and 5 deletions

View File

@ -20,7 +20,6 @@ signals:
void EscapePressed();
void Closed();
void HandleChanged(void* handle);
void FocusChanged(bool focus);
void StateChanged(bool fullscreen);
private: