SDL
2.0
|
Go to the source code of this file.
Data Structures | |
struct | DFB_CursorData |
Macros | |
#define | SDL_DFB_CURSORDATA(curs) DFB_CursorData *curdata = (DFB_CursorData *) ((curs) ? (curs)->driverdata : NULL) |
Functions | |
void | DirectFB_InitMouse (_THIS) |
void | DirectFB_QuitMouse (_THIS) |
#define SDL_DFB_CURSORDATA | ( | curs | ) | DFB_CursorData *curdata = (DFB_CursorData *) ((curs) ? (curs)->driverdata : NULL) |
Definition at line 37 of file SDL_DirectFB_mouse.h.