[][src]Function guion_sdl2::event::cast::parse_event

pub fn parse_event<E>(s: &SDLEvent, window_size: (u32, u32)) -> ParsedEvent<E> where
    E: Env,
    EEDest<E>: SDLDestination,
    EEKey<E>: From<Key>,
    EEvent<E>: StdVarSup<E> + VariantSupport<Event, E>,