pub type retro_midi_input_enabled_t = Option<unsafe extern "C" fn() -> bool>;Expand description
Retrieves the current state of the MIDI input. Returns true if it’s enabled, false otherwise.
Aliased Type§
pub enum retro_midi_input_enabled_t {
None,
Some(unsafe extern "C" fn() -> bool),
}