[][src]Function gvr_sys::gvr_get_user_prefs

pub unsafe extern "C" fn gvr_get_user_prefs(
    gvr: *mut gvr_context
) -> *const gvr_user_prefs

Returns an opaque struct containing information about user preferences.

The returned struct will remain valid as long as the context is valid. The returned struct may be updated when the user changes their preferences, so this function only needs to be called once, and calling it multiple times will return the same object each time.

@param gvr Pointer to the gvr instance. @return An opaque struct containing information about user preferences.