Searched defs:SDL_Cursor (Results 1 - 3 of 3) sorted by relevance

/prebuilts/tools/darwin-x86/sdl/include/SDL/
H A DSDL_mouse.h41 typedef struct SDL_Cursor { struct
48 } SDL_Cursor; typedef in typeref:struct:SDL_Cursor
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);
/prebuilts/tools/linux-x86/sdl/include/SDL/
H A DSDL_mouse.h41 typedef struct SDL_Cursor { struct
48 } SDL_Cursor; typedef in typeref:struct:SDL_Cursor
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);
/prebuilts/tools/windows/sdl/include/SDL/
H A DSDL_mouse.h41 typedef struct SDL_Cursor { struct
48 } SDL_Cursor; typedef in typeref:struct:SDL_Cursor
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);

Completed in 33 milliseconds