Add convenience functions to get process IOStreams

This commit is contained in:
ritalat 2024-09-14 03:55:53 +03:00 committed by Sam Lantinga
parent 7ff015ceae
commit f6f49de134
6 changed files with 83 additions and 5 deletions

View file

@ -431,6 +431,8 @@ SDL3_0.0.0 {
SDL_GetPreferredLocales;
SDL_GetPrimaryDisplay;
SDL_GetPrimarySelectionText;
SDL_GetProcessInputStream;
SDL_GetProcessOutputStream;
SDL_GetProcessProperties;
SDL_GetPropertyType;
SDL_GetRGB;