SDL_GlobFlags
Flags for path matching.
- Provided by: libsdl3-doc (Version: 3.4.2+ds-1ubuntu1)
- Source: libsdl3
- Report a bug
Flags for path matching.
#include <SDL3/SDL_filesystem.h>
typedef Uint32 SDL_GlobFlags; #define SDL_GLOB_CASEINSENSITIVE (1u << 0)
This datatype is available since SDL 3.2.0.