Type Definition obs_sys::obs_property_clicked_t

source ·
pub type obs_property_clicked_t = Option<unsafe extern "C" fn(props: *mut obs_properties_t, property: *mut obs_property_t, data: *mut c_void) -> bool>;
Expand description

Callback for when a button property is clicked. If the properties need to be refreshed due to changes to the property layout, return true, otherwise return false.