Function SDL_EventEnabled

pub unsafe extern "C" fn SDL_EventEnabled(type: u32) -> bool
Available on crate feature dep_sdl3 only.
Expand description

Query the state of processing events by type.

§Parameters

§Return value

Returns true if the event is being processed, false otherwise.

§Thread safety

It is safe to call this function from any thread.

§Availability

This function is available since SDL 3.2.0.

§See also