X-Git-Url: http://git.tdb.fi/?p=libs%2Fvr.git;a=blobdiff_plain;f=source%2Fsystem.cpp;fp=source%2Fsystem.cpp;h=500e672f3365518276c51145b5eb9150aa129143;hp=b4105b056a969553f4df57261e0b293b9e305219;hb=774cc129d93a0001c36434f47ec0614c653824be;hpb=2acdfcc95c317f30e725e17f0d372fce050830ef 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