Searched refs:WINRT_SDLAppEntryPoint (Results 1 – 5 of 5) sorted by relevance
29 extern int (*WINRT_SDLAppEntryPoint)(int, char **);
30 int (*WINRT_SDLAppEntryPoint)(int, char **) = NULL; variable
140 WINRT_SDLAppEntryPoint = mainFunction; in SDL_WinRTInitXAMLApp()
117 WINRT_SDLAppEntryPoint = mainFunction; in SDL_WinRTInitNonXAMLApp()423 if (WINRT_SDLAppEntryPoint) in Run()429 WINRT_SDLAppEntryPoint(argc, argv); in Run()
104 return WINRT_SDLAppEntryPoint(argc, argv); in WINRT_XAMLThreadMain()
Completed in 6 milliseconds