logo
#[no_mangle]
pub unsafe extern "C" fn retro_set_input_state(
    arg1: retro_input_state_t
)
Expand description

Provides the input state request callback to the Core.

Guaranteed to have been called before the first call to retro_run is made.