shifttab
I have a subsystem that listens to E_EXITREQUESTED which is called when quitting the application by clicking on the x close button of the window but it is not called when quitting with GetSubsystem<Engine>()->Exit();
How can I gurantee that E_EXITREQUESTED is triggered?