clipboard: add SDL_ClipboardMimeTypes

This function allows to retrieve the available mime types without doing any
synthesizing.
This commit is contained in:
David Fort 2024-09-27 12:01:56 +02:00 committed by Sam Lantinga
parent 0befa7d8e9
commit f32e96f5e2
5 changed files with 58 additions and 1 deletions

View file

@ -248,6 +248,7 @@ SDL3_0.0.0 {
SDL_GetCameraSupportedFormats;
SDL_GetCameras;
SDL_GetClipboardData;
SDL_GetClipboardMimeTypes;
SDL_GetClipboardText;
SDL_GetClosestFullscreenDisplayMode;
SDL_GetCurrentAudioDriver;