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
type
: the type of event; seeSDL_EventType
for details.
§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.