pub unsafe extern "C" fn projectm_get_error_loading_current_preset(
    instance: projectm_handle
) -> bool
Expand description

@brief Returns whether the current preset was loaded successfully or not. @param instance The projectM instance handle. @return True if the preset was not loaded successfully, false if it is displayed correctly.