X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsystem.cpp;h=500e672f3365518276c51145b5eb9150aa129143;hb=ee7031ad49618ac199adb506f78b2ca0d2bea2fc;hp=b4105b056a969553f4df57261e0b293b9e305219;hpb=7ad8d41683649816d3d162f614dc8bb585053311;p=libs%2Fvr.git diff --git a/source/system.cpp b/source/system.cpp index b4105b0..500e672 100644 --- a/source/system.cpp +++ b/source/system.cpp @@ -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