]> git.tdb.fi Git - libs/vr.git/blobdiff - source/system.cpp
Add query functions for whether certain features are supported
[libs/vr.git] / source / system.cpp
index c8354561489ffba0bf1b1711c7ed38db97264eb8..b4105b056a969553f4df57261e0b293b9e305219 100644 (file)
@@ -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