equal
deleted
inserted
replaced
39 #endif |
39 #endif |
40 |
40 |
41 typedef struct SDL_Cursor SDL_Cursor; /* Implementation dependent */ |
41 typedef struct SDL_Cursor SDL_Cursor; /* Implementation dependent */ |
42 |
42 |
43 /** |
43 /** |
44 * \brief Cursor types for SDL_CreateSystemCursor. |
44 * \brief Cursor types for SDL_CreateSystemCursor(). |
45 */ |
45 */ |
46 typedef enum |
46 typedef enum |
47 { |
47 { |
48 SDL_SYSTEM_CURSOR_ARROW, /**< Arrow */ |
48 SDL_SYSTEM_CURSOR_ARROW, /**< Arrow */ |
49 SDL_SYSTEM_CURSOR_IBEAM, /**< I-beam */ |
49 SDL_SYSTEM_CURSOR_IBEAM, /**< I-beam */ |