Scroll to navigation

SDL_Thread(3type) SDL3 DATATYPES SDL_Thread(3type)

NAME

SDL_Thread - The SDL thread object.

SYNOPSIS

#include <SDL3/SDL_thread.h>
typedef struct SDL_Thread SDL_Thread;

DESCRIPTION

These are opaque data.

AVAILABILITY

This datatype is available since SDL 3.2.0.

SEE ALSO

SDL_CreateThread(3), SDL_WaitThread(3)

SDL 3.2.16 Simple Directmedia Layer