retro_input_poll_t

Type Alias retro_input_poll_t 

Source
pub type retro_input_poll_t = Option<unsafe extern "C" fn()>;
Expand description

Polls input.

Aliased Type§

pub enum retro_input_poll_t {
    None,
    Some(unsafe extern "C" fn()),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn())

Some value of type T.