projectm_get_hard_cut_enabled

Function projectm_get_hard_cut_enabled 

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

@brief Returns whether hard cuts are enabled or not. @param instance The projectM instance handle. @return True if hard cuts are enabled, false otherwise.