Searched refs:SDLTest_TextWindow (Results 1 – 1 of 1) sorted by relevance
73 typedef struct SDLTest_TextWindow struct79 } SDLTest_TextWindow; argument93 SDLTest_TextWindow *SDLTest_TextWindowCreate(int x, int y, int w, int h);105 void SDLTest_TextWindowDisplay(SDLTest_TextWindow *textwin, SDL_Renderer *renderer);120 void SDLTest_TextWindowAddText(SDLTest_TextWindow *textwin, SDL_PRINTF_FORMAT_STRING const char *fm…135 void SDLTest_TextWindowAddTextWithLength(SDLTest_TextWindow *textwin, const char *text, size_t len);144 void SDLTest_TextWindowClear(SDLTest_TextWindow *textwin);153 void SDLTest_TextWindowDestroy(SDLTest_TextWindow *textwin);
Completed in 3 milliseconds