SDL_GlobFlags.3type - Man Page
Flags for path matching.
Synopsis
#include <SDL3/SDL_filesystem.h> typedef Uint32 SDL_GlobFlags; #define SDL_GLOB_CASEINSENSITIVE (1u << 0)
Availability
This datatype is available since SDL 3.2.0.
See Also
Info
SDL 3.4.0 Simple Directmedia Layer SDL3 DATATYPES