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.