logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_SetEventEnabled - Set the state of processing events by type.

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.

See Also