OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_Cursor
(Results
1 - 6
of
6
) sorted by null
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_mouse.h
41
typedef struct
SDL_Cursor
SDL_Cursor
; /* Implementation dependent */
144
extern DECLSPEC
SDL_Cursor
*SDLCALL SDL_CreateCursor(const Uint8 * data,
154
extern DECLSPEC
SDL_Cursor
*SDLCALL SDL_CreateColorCursor(SDL_Surface *surface,
163
extern DECLSPEC
SDL_Cursor
*SDLCALL SDL_CreateSystemCursor(SDL_SystemCursor id);
168
extern DECLSPEC void SDLCALL SDL_SetCursor(
SDL_Cursor
* cursor);
173
extern DECLSPEC
SDL_Cursor
*SDLCALL SDL_GetCursor(void);
178
extern DECLSPEC
SDL_Cursor
*SDLCALL SDL_GetDefaultCursor(void);
185
extern DECLSPEC void SDLCALL SDL_FreeCursor(
SDL_Cursor
* cursor);
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_mouse.h
41
typedef struct
SDL_Cursor
SDL_Cursor
; /* Implementation dependent */
144
extern DECLSPEC
SDL_Cursor
*SDLCALL SDL_CreateCursor(const Uint8 * data,
154
extern DECLSPEC
SDL_Cursor
*SDLCALL SDL_CreateColorCursor(SDL_Surface *surface,
163
extern DECLSPEC
SDL_Cursor
*SDLCALL SDL_CreateSystemCursor(SDL_SystemCursor id);
168
extern DECLSPEC void SDLCALL SDL_SetCursor(
SDL_Cursor
* cursor);
173
extern DECLSPEC
SDL_Cursor
*SDLCALL SDL_GetCursor(void);
178
extern DECLSPEC
SDL_Cursor
*SDLCALL SDL_GetDefaultCursor(void);
185
extern DECLSPEC void SDLCALL SDL_FreeCursor(
SDL_Cursor
* cursor);
/prebuilts/misc/windows/sdl2/include/
SDL_mouse.h
41
typedef struct
SDL_Cursor
SDL_Cursor
; /* Implementation dependent */
144
extern DECLSPEC
SDL_Cursor
*SDLCALL SDL_CreateCursor(const Uint8 * data,
154
extern DECLSPEC
SDL_Cursor
*SDLCALL SDL_CreateColorCursor(SDL_Surface *surface,
163
extern DECLSPEC
SDL_Cursor
*SDLCALL SDL_CreateSystemCursor(SDL_SystemCursor id);
168
extern DECLSPEC void SDLCALL SDL_SetCursor(
SDL_Cursor
* cursor);
173
extern DECLSPEC
SDL_Cursor
*SDLCALL SDL_GetCursor(void);
178
extern DECLSPEC
SDL_Cursor
*SDLCALL SDL_GetDefaultCursor(void);
185
extern DECLSPEC void SDLCALL SDL_FreeCursor(
SDL_Cursor
* cursor);
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_mouse.h
41
typedef struct
SDL_Cursor
SDL_Cursor
; /* Implementation dependent */
144
extern DECLSPEC
SDL_Cursor
*SDLCALL SDL_CreateCursor(const Uint8 * data,
154
extern DECLSPEC
SDL_Cursor
*SDLCALL SDL_CreateColorCursor(SDL_Surface *surface,
163
extern DECLSPEC
SDL_Cursor
*SDLCALL SDL_CreateSystemCursor(SDL_SystemCursor id);
168
extern DECLSPEC void SDLCALL SDL_SetCursor(
SDL_Cursor
* cursor);
173
extern DECLSPEC
SDL_Cursor
*SDLCALL SDL_GetCursor(void);
178
extern DECLSPEC
SDL_Cursor
*SDLCALL SDL_GetDefaultCursor(void);
185
extern DECLSPEC void SDLCALL SDL_FreeCursor(
SDL_Cursor
* cursor);
/prebuilts/misc/windows/sdl2/test/
testautomation_mouse.c
157
static
SDL_Cursor
*_initArrowCursor(const char *image[])
159
SDL_Cursor
*cursor;
201
SDL_Cursor
*cursor;
228
SDL_Cursor
*cursor;
313
SDL_Cursor
*cursor;
346
SDL_Cursor
*cursor;
testwm2.c
49
SDL_Cursor
*cursor = NULL;
Completed in 664 milliseconds