OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_FreeCursor
(Results
1 - 7
of
7
) sorted by null
/external/qemu/distrib/sdl-1.2.12/include/
SDL_mouse.h
81
* Cursors created with this function must be freed with
SDL_FreeCursor
().
101
extern DECLSPEC void SDLCALL
SDL_FreeCursor
(SDL_Cursor *cursor);
/prebuilt/darwin-x86/sdl/include/SDL/
SDL_mouse.h
81
* Cursors created with this function must be freed with
SDL_FreeCursor
().
101
extern DECLSPEC void SDLCALL
SDL_FreeCursor
(SDL_Cursor *cursor);
/prebuilt/linux-x86/sdl/include/SDL/
SDL_mouse.h
81
* Cursors created with this function must be freed with
SDL_FreeCursor
().
101
extern DECLSPEC void SDLCALL
SDL_FreeCursor
(SDL_Cursor *cursor);
/prebuilt/windows/sdl/host/include/SDL/
SDL_mouse.h
85
* Cursors created with this function must be freed with
SDL_FreeCursor
().
105
extern DECLSPEC void SDLCALL
SDL_FreeCursor
(SDL_Cursor *cursor);
/prebuilt/windows/sdl/include/SDL/
SDL_mouse.h
81
* Cursors created with this function must be freed with
SDL_FreeCursor
().
101
extern DECLSPEC void SDLCALL
SDL_FreeCursor
(SDL_Cursor *cursor);
/external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
SDL.x
84
SDL_FreeCursor
/external/qemu/distrib/sdl-1.2.12/src/video/
SDL_cursor.c
51
SDL_FreeCursor
(SDL_cursor);
57
SDL_FreeCursor
(cursor);
144
SDL_FreeCursor
(cursor);
239
void
SDL_FreeCursor
(SDL_Cursor *cursor)
Completed in 45 milliseconds