|
SDL
2.0
|
#include <SDL_sysvideo.h>
Collaboration diagram for SDL_WindowUserData: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_DestroyWindow(), and SDL_SetWindowData().
| char* SDL_WindowUserData::name |
Definition at line 67 of file SDL_sysvideo.h.
| struct SDL_WindowUserData* SDL_WindowUserData::next |
Definition at line 69 of file SDL_sysvideo.h.
Referenced by SDL_SetWindowData().