mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-16 08:51:26 -06:00
Implement GUI button and featured elements on touchbar
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
#include <openspace/interaction/navigationhandler.h>
|
||||
#include <openspace/interaction/keybindingmanager.h>
|
||||
#include <openspace/interaction/luaconsole.h>
|
||||
#include <openspace/interaction/touchbar.h>
|
||||
#include <openspace/network/networkengine.h>
|
||||
#include <openspace/network/parallelconnection.h>
|
||||
#include <openspace/rendering/renderable.h>
|
||||
@@ -657,6 +658,10 @@ void OpenSpaceEngine::loadScene(const std::string& scenePath) {
|
||||
_syncEngine->addSyncables(_renderEngine->getSyncables());
|
||||
_syncEngine->addSyncable(_scriptEngine.get());
|
||||
|
||||
#ifdef __APPLE__
|
||||
showTouchbar();
|
||||
#endif // APPLE
|
||||
|
||||
LTRACE("OpenSpaceEngine::loadScene(end)");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user