Initializes and launches an SDL application.
Defined in SDL_main.h
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 2.0.10.