Function add_system_handler

pub unsafe fn add_system_handler(
    cb: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut c_void) -> i32>,
    data: *mut c_void,
)
Available on crate feature dep_fltk only.
Expand description

Add a system handler

§Safety

FLTK makes no assurances regarding handling by the system handler