tracked device refactoring + read device property

This commit is contained in:
Rene Eichhorn
2016-05-05 20:03:47 +02:00
parent 95b15050e4
commit 5801325a54
6 changed files with 120 additions and 49 deletions

View File

@ -1,8 +1,10 @@
extern crate openvr_sys;
use openvr_sys::Enum_EVRInitError::*;
use openvr_sys::Enum_EVRApplicationType::*;
pub use openvr_sys::Enum_EVRInitError::*;
pub use openvr_sys::Enum_EVRApplicationType::*;
pub use openvr_sys::Enum_ETrackedDeviceProperty::*;
pub mod common;
pub mod tracking;
pub mod system;
pub mod extended_display;
pub mod compositor;