equal
deleted
inserted
replaced
37 { |
37 { |
38 /* Create a cursor from a surface */ |
38 /* Create a cursor from a surface */ |
39 SDL_Cursor *(*CreateCursor) (SDL_Surface * surface, int hot_x, int hot_y); |
39 SDL_Cursor *(*CreateCursor) (SDL_Surface * surface, int hot_x, int hot_y); |
40 |
40 |
41 /* Create a system cursor */ |
41 /* Create a system cursor */ |
42 SDL_Cursor *(*CreateSystemCursor) (SDL_SystemCursor id); |
42 SDL_Cursor *(*CreateSystemCursor) (SDL_SystemCursor id); |
43 |
43 |
44 /* Show the specified cursor, or hide if cursor is NULL */ |
44 /* Show the specified cursor, or hide if cursor is NULL */ |
45 int (*ShowCursor) (SDL_Cursor * cursor); |
45 int (*ShowCursor) (SDL_Cursor * cursor); |
46 |
46 |
47 /* This is called when a mouse motion event occurs */ |
47 /* This is called when a mouse motion event occurs */ |