Function add_system_handler

Source
pub unsafe fn add_system_handler(
    cb: Option<unsafe extern "C" fn(*mut c_void, *mut c_void) -> i32>,
    data: *mut c_void,
)
Expand description

Add a system handler

ยงSafety

FLTK makes no assurances regarding handling by the system handler