Scroll to navigation

SDL_Error(3) SDL3 FUNCTIONS SDL_Error(3)

NAME

SDL_Error - SDL_Error ()

SYNOPSIS

#include "SDL3/SDL.h"
int SDL_Error(SDL_errorcode code);

FUNCTION PARAMETERS

Error code

RETURN VALUE

Returns unconditionally -1.

AVAILABILITY

This function is available since SDL 3.0.0.

SDL 3.1.0 SDL