SDL
2.0
|
#include "../../SDL_internal.h"
#include "SDL_system.h"
#include "SDL_winrtapp_direct3d.h"
#include "SDL_winrtapp_xaml.h"
Go to the source code of this file.
Functions | |
int | SDL_WinRTRunApp (int(*mainFunction)(int, char **), void *xamlBackgroundPanel) |
Variables | |
int(* | WINRT_SDLAppEntryPoint )(int, char **) = NULL |
int SDL_WinRTRunApp | ( | int(*)(int, char **) | mainFunction, |
void * | xamlBackgroundPanel | ||
) |
Definition at line 30 of file SDL_winrtapp_common.cpp.
References SDL_WinRTInitNonXAMLApp(), and SDL_WinRTInitXAMLApp().
Referenced by WinMain().
int(* WINRT_SDLAppEntryPoint) (int, char **) = NULL |
Definition at line 27 of file SDL_winrtapp_common.cpp.
Referenced by SDL_WinRTInitNonXAMLApp(), SDL_WinRTInitXAMLApp(), and WINRT_ProcessWindowSizeChange().