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_VERSION_ATLEAST - This macro will evaluate to true if compiled with SDL at least X.Y.Z.

Availability

       This macro is available since SDL 3.2.0.

Simple Directmedia Layer                           SDL 3.2.20                             SDL_VERSION_ATLEAST(3)

Name

       SDL_VERSION_ATLEAST - This macro will evaluate to true if compiled with SDL at least X.Y.Z.

Synopsis

#include<SDL3/SDL_version.h>#defineSDL_VERSION_ATLEAST(X,Y,Z)\(SDL_VERSION>=SDL_VERSIONNUM(X,Y,Z))

See Also