adding remotecontroller class, changes to CMake to include it and (temporary) functionality to use it, should be declared in CFG file

This commit is contained in:
Joakim Kilby
2015-06-04 12:53:32 +02:00
parent d8f7db46e8
commit 1bcf11412e
6 changed files with 144 additions and 1 deletions

View File

@@ -350,6 +350,9 @@ bool OpenSpaceEngine::initialize() {
//_interactionHandler.setMouseController(new interaction::TrackballMouseController);
_interactionHandler->setMouseController(new interaction::OrbitalMouseController);
//@TODO fix this -JK
_interactionHandler->setRemoteController(new interaction::RemoteController);
// Run start up scripts
runStartupScripts();