Files
UnrealEngineUWP/Engine/Source/Runtime/ApplicationCore/Private/Linux
brandon schaefer a003bf66c1 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: ryan.vance
#ROBOMERGE-AUTHOR: brandon.schaefer
#ROBOMERGE-SOURCE: CL 5745113 in //UE4/Release-4.22/... via CL 5745123
#ROBOMERGE-BOT: DEVVR (Main -> Dev-VR)

[CL 5750979 by brandon schaefer in Dev-VR branch]
2019-04-04 17:30:39 -04:00
..