table of contents
SDL_Camera(3type) | SDL3 DATATYPES | SDL_Camera(3type) |
NAME¶
SDL_Camera - The opaque structure used to identify an opened SDL camera.
HEADER FILE¶
Defined in SDL3/SDL_camera.h
SYNOPSIS¶
#include "SDL3/SDL.h"
typedef struct SDL_Camera SDL_Camera;
AVAILABILITY¶
This struct is available since SDL 3.1.3.
SDL 3.1.6 | Simple Directmedia Layer |