Ignore any key that is used to abort the shutdown sequence (closes #2478)

This commit is contained in:
Alexander Bock
2023-02-01 23:46:40 +01:00
parent 1a88d898d8
commit 0615eab81d
+1
View File
@@ -1371,6 +1371,7 @@ void OpenSpaceEngine::keyboardCallback(Key key, KeyModifier mod, KeyAction actio
global::eventEngine->publishEvent<events::EventApplicationShutdown>(
events::EventApplicationShutdown::State::Aborted
);
return;
}
using F = global::callback::KeyboardCallback;