#[unsafe(no_mangle)]pub unsafe extern "C" fn retro_set_input_poll( arg1: retro_input_poll_t, )
Provides the input polling callback to the Core.
Core
Guaranteed to have been called before the first call to retro_run is made.
retro_run