SDL
2.0
|
#include <SDL_mouse_c.h>
Data Fields | |
struct SDL_Cursor * | next |
void * | driverdata |
Implementation dependent
Definition at line 30 of file SDL_mouse_c.h.
void* SDL_Cursor::driverdata |
Definition at line 33 of file SDL_mouse_c.h.
struct SDL_Cursor* SDL_Cursor::next |
Definition at line 32 of file SDL_mouse_c.h.
Referenced by SDL_CreateColorCursor(), SDL_CreateSystemCursor(), SDL_FreeCursor(), SDL_MouseQuit(), and SDL_SetCursor().