Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/include/
DSDL_mouse.h41 typedef struct SDL_Cursor { struct
48 } SDL_Cursor; argument
85 extern DECLSPEC SDL_Cursor * SDLCALL SDL_CreateCursor
93 extern DECLSPEC void SDLCALL SDL_SetCursor(SDL_Cursor *cursor);
98 extern DECLSPEC SDL_Cursor * SDLCALL SDL_GetCursor(void);
103 extern DECLSPEC void SDLCALL SDL_FreeCursor(SDL_Cursor *cursor);
/external/qemu/distrib/sdl-1.2.15/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.15/test/
Dtestcursor.c107 static SDL_Cursor *create_arrow_cursor() in create_arrow_cursor()
146 SDL_Cursor *cursor[3]; in main()
/external/qemu/distrib/sdl-1.2.15/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.15/src/video/quartz/
DSDL_QuartzWindow.m224 SDL_Cursor *sdlc = SDL_GetCursor();
DSDL_QuartzEvents.m1035 SDL_Cursor *sdlc = SDL_GetCursor();