@@ -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 {
The note is not visible to the blocked user.