HomeSort by relevance Sort by last modified time
    Searched defs:SDL_Cursor (Results 1 - 4 of 4) sorted by null

  /external/qemu/distrib/sdl-1.2.15/include/
SDL_mouse.h 41 typedef struct SDL_Cursor {
48 } 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/darwin-x86/sdl/include/SDL/
SDL_mouse.h 41 typedef struct SDL_Cursor {
48 } 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/
SDL_mouse.h 41 typedef struct SDL_Cursor {
48 } 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/
SDL_mouse.h 41 typedef struct SDL_Cursor {
48 } 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 60 milliseconds