Function sdl2_sys::SDL_AddEventWatch

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

Add a function which is called when an event is added to the queue.