Home
last modified time | relevance | path

Searched refs:SDL_Cursor (Results 1 – 6 of 6) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/include/
DSDL_mouse.h39 typedef struct SDL_Cursor { struct
46 } SDL_Cursor; argument
83 extern DECLSPEC SDL_Cursor * SDLCALL SDL_CreateCursor
91 extern DECLSPEC void SDLCALL SDL_SetCursor(SDL_Cursor *cursor);
96 extern DECLSPEC SDL_Cursor * SDLCALL SDL_GetCursor(void);
101 extern DECLSPEC void SDLCALL SDL_FreeCursor(SDL_Cursor *cursor);
/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_cursor.c39 SDL_Cursor *SDL_cursor = NULL;
40 static SDL_Cursor *SDL_defcursor = NULL;
47 SDL_Cursor *cursor; in SDL_CursorQuit()
108 SDL_Cursor * SDL_CreateCursor (Uint8 *data, Uint8 *mask, in SDL_CreateCursor()
114 SDL_Cursor *cursor; in SDL_CreateCursor()
126 cursor = (SDL_Cursor *)SDL_malloc(sizeof *cursor); in SDL_CreateCursor()
168 void SDL_SetCursor (SDL_Cursor *cursor) in SDL_SetCursor()
234 SDL_Cursor * SDL_GetCursor (void) in SDL_GetCursor()
239 void SDL_FreeCursor (SDL_Cursor *cursor) in SDL_FreeCursor()
DSDL_cursor_c.h63 extern SDL_Cursor *SDL_cursor;
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
DSDL_gsmouse.c51 static void GS_MoveCursor(_THIS, SDL_Cursor *cursor, int x, int y) in GS_MoveCursor()
134 SDL_Cursor *cursor; in GS_ShowWMCursor()
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
DSDL_QuartzWindow.m226 SDL_Cursor *sdlc = SDL_GetCursor();
DSDL_QuartzEvents.m956 SDL_Cursor *sdlc = SDL_GetCursor();