]> git.tdb.fi Git - libs/vr.git/blobdiff - source/openvr/openvrcontroller_private.h
Add support for motion controllers
[libs/vr.git] / source / openvr / openvrcontroller_private.h
diff --git a/source/openvr/openvrcontroller_private.h b/source/openvr/openvrcontroller_private.h
new file mode 100644 (file)
index 0000000..ca18a55
--- /dev/null
@@ -0,0 +1,17 @@
+#ifndef MSP_VR_OPENVRCONTROLLER_PRIVATE_H_
+#define MSP_VR_OPENVRCONTROLLER_PRIVATE_H_
+
+#include <openvr.h>
+#include "openvrcontroller.h"
+
+namespace Msp {
+namespace VR {
+
+struct OpenVRController::Event: vr::VREvent_t
+{
+};
+
+} // namespace VR
+} // namespace Msp
+
+#endif