table of contents
other versions
SDL_bool(3type) | SDL3 DATATYPES | SDL_bool(3type) |
NAME¶
SDL_bool - A boolean type: true or false.
HEADER FILE¶
Defined in SDL3/SDL_stdinc.h
SYNOPSIS¶
#include "SDL3/SDL.h"
typedef bool SDL_bool;
AVAILABILITY¶
This datatype is available since SDL 3.0.0.
SEE ALSO¶
•(3), SDL_TRUE(3), •(3), SDL_FALSE(3)
SDL 3.1.2 | Simple Directmedia Layer |