Function sdl2_sys::SDL_FilterEvents

source ยท
pub unsafe extern "C" fn SDL_FilterEvents(
    filter: SDL_EventFilter,
    userdata: *mut c_void,
)
Expand description

Run the filter function on the current event queue, removing any events for which the filter returns 0.