Home
last modified time | relevance | path

Searched refs:SDL_ShowSimpleMessageBox (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/SDL2/test/
A Dtestmessage.c91 success = SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, in main()
100 success = SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, in main()
110 success = SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, in main()
120 success = SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, in main()
130 success = SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, in main()
174 success = SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, in main()
/AliOS-Things-master/components/SDL2/include/
A DSDL_messagebox.h135 extern DECLSPEC int SDLCALL SDL_ShowSimpleMessageBox(Uint32 flags, const char *title, const char *m…
/AliOS-Things-master/components/SDL2/src/main/windows/
A DSDL_windows_main.c28 SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, "Fatal Error", "Out of memory - aborting", NULL); in OutOfMemory()
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h244 #define SDL_ShowSimpleMessageBox SDL_ShowSimpleMessageBox_REAL macro
A DSDL_dynapi_procs.h275 SDL_DYNAPI_PROC(int,SDL_ShowSimpleMessageBox,(Uint32 a, const char *b, const char *c, SDL_Window *d…
/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_common.c1867SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_INFORMATION, "Test Message", "You're awesome!", window); in SDLTest_CommonEvent()
1889SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_INFORMATION, "Last mouse position", message, window); in SDLTest_CommonEvent()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_video.c4037 SDL_ShowSimpleMessageBox(Uint32 flags, const char *title, const char *message, SDL_Window *window) in SDL_ShowSimpleMessageBox() function

Completed in 27 milliseconds