logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_CameraPosition - The position of camera in relation to system device.

Availability

       This enum is available since SDL 3.2.0.

Header File

       Defined in SDL3/SDL_camera.h

Name

       SDL_CameraPosition - The position of camera in relation to system device.

See Also

(3), SDL_GetCameraPosition(3)

Simple Directmedia Layer                           SDL 3.2.10                          SDL_CameraPosition(3type)

Synopsis

#include"SDL3/SDL.h"typedefenumSDL_CameraPosition{SDL_CAMERA_POSITION_UNKNOWN,SDL_CAMERA_POSITION_FRONT_FACING,SDL_CAMERA_POSITION_BACK_FACING}SDL_CameraPosition;

See Also