logo
pub unsafe fn set<T: Debug>(
    callback: retro_environment_t,
    id: u32,
    value: T
) -> Option<bool>
Expand description

Passes a value to the environment callback.

Returns None if the environment callback hasn’t been set and the return status of the callback otherwise.