mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-11 22:10:07 -05:00
Ignore any key that is used to abort the shutdown sequence (closes #2478)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user