SDL_main.h: added field to SDL_GDKSuspendComplete documentation.

This commit is contained in:
Ozkan Sezer 2022-12-01 20:37:00 +03:00
parent 09ee811f4b
commit e57554ea65

View file

@ -266,6 +266,7 @@ extern DECLSPEC int SDLCALL SDL_GDKRunApp(SDL_main_func mainFunction, void *rese
/**
* Callback from the application to let the suspend continue.
*
* \since This function is available since SDL 2.28.0.
*/
extern DECLSPEC void SDLCALL SDL_GDKSuspendComplete(void);