SDL
2.0
|
#include <SDL_sysvideo.h>
Data Fields | |
char * | name |
void * | data |
struct SDL_WindowUserData * | next |
Definition at line 65 of file SDL_sysvideo.h.
void* SDL_WindowUserData::data |
Definition at line 68 of file SDL_sysvideo.h.
Referenced by SDL_GetWindowData(), and SDL_SetWindowData().
char* SDL_WindowUserData::name |
Definition at line 67 of file SDL_sysvideo.h.
Referenced by SDL_DestroyWindow(), SDL_GetWindowData(), and SDL_SetWindowData().
struct SDL_WindowUserData* SDL_WindowUserData::next |
Definition at line 69 of file SDL_sysvideo.h.
Referenced by SDL_DestroyWindow(), SDL_GetWindowData(), and SDL_SetWindowData().