Function gvr_sys::gvr_controller_resume [] [src]

pub unsafe extern "C" fn gvr_controller_resume(api: *mut gvr_controller_context)

Resumes the controller. Call this when your app/game regains focus. Calling this when already resumed is a no-op. Thread-safe (call from any thread).

@param api Pointer to a gvr_controller_context.