send events to scene

This commit is contained in:
2016-09-30 14:15:24 -07:00
parent 235b5d58bd
commit 0b8db8d9b4
4 changed files with 16 additions and 1 deletions

View File

@@ -20,6 +20,9 @@ pub struct VR {
gfx_handles: gfx::handle::Manager<GLResources>,
}
pub struct Event {
}
impl VR {
pub fn new() -> Result<VR, vr::Error<openvr_sys::EVRInitError>> {
Ok(VR {