Type Definition sdl2_sys::SDL_EventFilter [] [src]

type SDL_EventFilter = Option<unsafe extern "C" fn(_: *mut c_void, _: *mut SDL_Event) -> c_int>;