[][src]Function gvr_sys::gvr_controller_state_get_recentering

pub unsafe extern "C" fn gvr_controller_state_get_recentering(
    state: *const gvr_controller_state
) -> bool

@deprecated Use gvr_controller_state_get_recentered instead.

Returns whether the recenter flow is currently in progress.

@param state The controller state to get the recenter information from. @return True iff recenter flow is in progress, false otherwise.