]> git.tdb.fi Git - libs/vr.git/blobdiff - source/system.cpp
Add support for motion controllers
[libs/vr.git] / source / system.cpp
index b4105b056a969553f4df57261e0b293b9e305219..500e672f3365518276c51145b5eb9150aa129143 100644 (file)
@@ -57,5 +57,10 @@ void System::set_absolute_tracking(bool a)
                throw invalid_argument("absolute tracking not supported");
 }
 
+MotionController *System::create_controller()
+{
+       throw runtime_error("controller not supported");
+}
+
 } // namespace VR
 } // namespace Msp