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

@brief Returns whether aspect ratio correction is enabled or not. @param instance The projectM instance handle. @return True if aspect ratio correction is enabled, false otherwise.