SDL Wiki
[ front page | index | search | recent changes | git repo | offline html ]

SDL_CameraPermissionState

The current state of a request for camera access.

Header File

Defined in <SDL3/SDL_camera.h>

Syntax

typedef enum SDL_CameraPermissionState
{
    SDL_CAMERA_PERMISSION_STATE_DENIED = -1,
    SDL_CAMERA_PERMISSION_STATE_PENDING,
    SDL_CAMERA_PERMISSION_STATE_APPROVED,
} SDL_CameraPermissionState;

Version

This enum is available since SDL 3.4.0.

See Also


CategoryAPI, CategoryAPIEnum, CategoryCamera


[ edit | delete | history | feedback | raw ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.