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

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_mouse.h 39 typedef struct SDL_Cursor {
46 } SDL_Cursor;
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);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_mouse.h 39 typedef struct SDL_Cursor {
46 } SDL_Cursor;
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);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_mouse.h 39 typedef struct SDL_Cursor {
46 } SDL_Cursor;
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);
  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_mouse.h 43 typedef struct SDL_Cursor {
50 } SDL_Cursor;
87 extern DECLSPEC SDL_Cursor * SDLCALL SDL_CreateCursor
95 extern DECLSPEC void SDLCALL SDL_SetCursor(SDL_Cursor *cursor);
100 extern DECLSPEC SDL_Cursor * SDLCALL SDL_GetCursor(void);
105 extern DECLSPEC void SDLCALL SDL_FreeCursor(SDL_Cursor *cursor);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_mouse.h 39 typedef struct SDL_Cursor {
46 } SDL_Cursor;
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);

Completed in 59 milliseconds