SDL_SetEventEnabled - Set the state of processing events by type.
Contents
Availability
This function is available since SDL 3.2.0.
Function Parameters
type the type of event; see SDL_EventType for details.
enabled
whether to process the event or not.
Name
SDL_SetEventEnabled - Set the state of processing events by type.
See Also
SDL_EventEnabled(3) Simple Directmedia Layer SDL 3.2.20 SDL_SetEventEnabled(3)
Synopsis
#include<SDL3/SDL_events.h>voidSDL_SetEventEnabled(Uint32type,boolenabled);
Thread Safety
It is safe to call this function from any thread.
