Files
UnrealEngineUWP/Engine/Source/Runtime/ApplicationCore
brandon schaefer 104bf80570 Remove spamming USER EVENTS when window has lost focus
When we got a FOCUS OUT event we would start spamming upwards of ~2000 USER EVENTS checking if we need to deactivate the application. This was taking upwards of 150ms
Now per event pump we check if we have been focused out for to then we deactivate.

#jira UE-72278
#rb Arciel.Rekman
[CODEREVIEW] Arciel.Rekman, Michael.Sartain
#lockdown cristina.riveron

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: brandon.schaefer
#ROBOMERGE-SOURCE: CL 5745113 in //UE4/Release-4.22/... via CL 5745123
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim)

[CL 5750999 by brandon schaefer in Dev-Anim branch]
2019-04-04 17:30:43 -04:00
..