Searched refs:SDL_ShowSimpleMessageBox (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/SDL2/test/ |
A D | testmessage.c | 91 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 D | SDL_messagebox.h | 135 extern DECLSPEC int SDLCALL SDL_ShowSimpleMessageBox(Uint32 flags, const char *title, const char *m…
|
/AliOS-Things-master/components/SDL2/src/main/windows/ |
A D | SDL_windows_main.c | 28 SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, "Fatal Error", "Out of memory - aborting", NULL); in OutOfMemory()
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_overrides.h | 244 #define SDL_ShowSimpleMessageBox SDL_ShowSimpleMessageBox_REAL macro
|
A D | SDL_dynapi_procs.h | 275 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 D | SDL_test_common.c | 1867 … SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_INFORMATION, "Test Message", "You're awesome!", window); in SDLTest_CommonEvent() 1889 … SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_INFORMATION, "Last mouse position", message, window); in SDLTest_CommonEvent()
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_video.c | 4037 SDL_ShowSimpleMessageBox(Uint32 flags, const char *title, const char *message, SDL_Window *window) in SDL_ShowSimpleMessageBox() function
|
Completed in 27 milliseconds