table of contents
other versions
SDL_APP_CONTINUE(3) | SDL3 FUNCTIONS | SDL_APP_CONTINUE(3) |
NAME¶
SDL_APP_CONTINUE - Value that requests that the app continue from the main callbacks.
HEADER FILE¶
Defined in SDL3/SDL_main.h
SYNOPSIS¶
#include "SDL3/SDL.h"
#define SDL_APP_CONTINUE 0
DESCRIPTION¶
If SDL_AppInit , SDL_AppEvent , or
SDL_AppIterate
returns this value, the program will continue to run. This is the normal
return value case.
This is always 0; using this macro may be clearer, but is not required.
AVAILABILITY¶
This macro is available since SDL 3.0.0.
SDL 3.1.2 | Simple Directmedia Layer |