SDL
2.0
|
Go to the source code of this file.
Functions | |
static void | quit (int rc) |
int | main (int argc, char *argv[]) |
Variables | |
static SDLTest_CommonState * | state |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 29 of file testdropfile.c.
References done, SDL_Event::drop, i, SDLTest_CommonState::num_windows, quit(), renderer, SDLTest_CommonState::renderers, SDL_DROPBEGIN, SDL_DROPCOMPLETE, SDL_DROPFILE, SDL_DROPTEXT, SDL_ENABLE, SDL_EventState, SDL_free, SDL_INIT_VIDEO, SDL_Log, SDL_LOG_CATEGORY_APPLICATION, SDL_LOG_PRIORITY_INFO, SDL_LogSetPriority, SDL_PollEvent, SDL_RenderClear, SDL_RenderPresent, SDL_SetRenderDrawColor, SDL_strncmp, SDLTest_CommonArg(), SDLTest_CommonCreateState(), SDLTest_CommonEvent(), SDLTest_CommonInit(), SDLTest_CommonUsage(), SDL_Event::type, and SDL_DropEvent::windowID.
|
static |
Definition at line 22 of file testdropfile.c.
References SDLTest_CommonQuit().
Referenced by main().
|
static |
Definition at line 18 of file testdropfile.c.