buttonmatrix_has_button_ctrl

Function buttonmatrix_has_button_ctrl 

Source
pub unsafe fn buttonmatrix_has_button_ctrl(
    obj: *mut Object,
    btn_id: u32,
    ctrl: ButtonmatrixCtrl,
) -> Result<bool>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.