HomeSort by relevance Sort by last modified time
    Searched refs:SDL_MessageBoxData (Results 1 - 5 of 5) sorted by null

  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_messagebox.h 103 } SDL_MessageBoxData;
108 * \param messageboxdata The SDL_MessageBoxData structure with title, text, etc.
119 extern DECLSPEC int SDLCALL SDL_ShowMessageBox(const SDL_MessageBoxData *messageboxdata, int *buttonid);
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_messagebox.h 103 } SDL_MessageBoxData;
108 * \param messageboxdata The SDL_MessageBoxData structure with title, text, etc.
119 extern DECLSPEC int SDLCALL SDL_ShowMessageBox(const SDL_MessageBoxData *messageboxdata, int *buttonid);
  /prebuilts/misc/windows/sdl2/include/
SDL_messagebox.h 103 } SDL_MessageBoxData;
108 * \param messageboxdata The SDL_MessageBoxData structure with title, text, etc.
119 extern DECLSPEC int SDLCALL SDL_ShowMessageBox(const SDL_MessageBoxData *messageboxdata, int *buttonid);
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_messagebox.h 103 } SDL_MessageBoxData;
108 * \param messageboxdata The SDL_MessageBoxData structure with title, text, etc.
119 extern DECLSPEC int SDLCALL SDL_ShowMessageBox(const SDL_MessageBoxData *messageboxdata, int *buttonid);
  /prebuilts/misc/windows/sdl2/test/
testmessage.c 47 SDL_MessageBoxData data = {

Completed in 1426 milliseconds