Initializes and launches an SDL application.
argc |
The argc parameter from the application's main() function |
argv |
The argv parameter from the application's main() function |
mainFunction |
The SDL app's C-style main(), an SDL_main_func |
Return the return value from mainFunction
This function is available since SDL 3.0.0.