#include "SDL.h"
#include "begin_code.h"
#include "close_code.h"
Go to the source code of this file.
|
| SDLTest_CommonState * | SDLTest_CommonCreateState (char **argv, Uint32 flags) |
| int | SDLTest_CommonArg (SDLTest_CommonState *state, int index) |
| void | SDLTest_CommonLogUsage (SDLTest_CommonState *state, const char *argv0, const char **options) |
| const char * | SDLTest_CommonUsage (SDLTest_CommonState *state) |
| SDL_bool | SDLTest_CommonInit (SDLTest_CommonState *state) |
| SDL_bool | SDLTest_CommonDefaultArgs (SDLTest_CommonState *state, const int argc, char **argv) |
| void | SDLTest_CommonEvent (SDLTest_CommonState *state, SDL_Event *event, int *done) |
| void | SDLTest_CommonQuit (SDLTest_CommonState *state) |
| void | SDLTest_CommonDrawWindowInfo (SDL_Renderer *renderer, SDL_Window *window, int *usedHeight) |
◆ DEFAULT_WINDOW_HEIGHT
| #define DEFAULT_WINDOW_HEIGHT 480 |
◆ DEFAULT_WINDOW_WIDTH
| #define DEFAULT_WINDOW_WIDTH 640 |
◆ VERBOSE_AUDIO
| #define VERBOSE_AUDIO 0x00000010 |
◆ VERBOSE_EVENT
| #define VERBOSE_EVENT 0x00000008 |
◆ VERBOSE_MODES
| #define VERBOSE_MODES 0x00000002 |
◆ VERBOSE_MOTION
| #define VERBOSE_MOTION 0x00000020 |
◆ VERBOSE_RENDER
| #define VERBOSE_RENDER 0x00000004 |
◆ VERBOSE_VIDEO
| #define VERBOSE_VIDEO 0x00000001 |
◆ SDLTest_CommonArg()
◆ SDLTest_CommonCreateState()
◆ SDLTest_CommonDefaultArgs()
◆ SDLTest_CommonDrawWindowInfo()
◆ SDLTest_CommonEvent()
◆ SDLTest_CommonInit()
◆ SDLTest_CommonLogUsage()
| void SDLTest_CommonLogUsage |
( |
SDLTest_CommonState * | state, |
|
|
const char * | argv0, |
|
|
const char ** | options ) |
◆ SDLTest_CommonQuit()
◆ SDLTest_CommonUsage()