X-Git-Url: http://git.tdb.fi/?p=libs%2Fvr.git;a=blobdiff_plain;f=source%2Fsystem.cpp;fp=source%2Fsystem.cpp;h=b4105b056a969553f4df57261e0b293b9e305219;hp=c8354561489ffba0bf1b1711c7ed38db97264eb8;hb=7ad8d41683649816d3d162f614dc8bb585053311;hpb=e21e0b80154afe4a62480efca61a07d4c2f2b0ef diff --git a/source/system.cpp b/source/system.cpp index c835456..b4105b0 100644 --- a/source/system.cpp +++ b/source/system.cpp @@ -51,5 +51,11 @@ System *System::create_autodetect() return 0; } +void System::set_absolute_tracking(bool a) +{ + if(a) + throw invalid_argument("absolute tracking not supported"); +} + } // namespace VR } // namespace Msp