Type Definition rust_libretro_sys::retro_environment_t
source · pub type retro_environment_t = Option<unsafe extern "C" fn(cmd: c_uint, data: *mut c_void) -> bool>;Expand description
Environment callback. Gives implementations a way of performing uncommon tasks. Extensible.