OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_Cursor
(Results
1 - 10
of
10
) 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);
/external/qemu/distrib/sdl-1.2.15/src/video/
SDL_cursor_c.h
24
/* Useful variables and functions from
SDL_cursor
.c */
63
extern
SDL_Cursor
*
SDL_cursor
;
SDL_cursor.c
39
SDL_Cursor
*
SDL_cursor
= NULL;
40
static
SDL_Cursor
*SDL_defcursor = NULL;
46
if (
SDL_cursor
!= NULL ) {
47
SDL_Cursor
*cursor;
50
if (
SDL_cursor
!= SDL_defcursor ) {
51
SDL_FreeCursor(
SDL_cursor
);
53
SDL_cursor
= NULL;
108
SDL_Cursor
* SDL_CreateCursor (Uint8 *data, Uint8 *mask,
114
SDL_Cursor
*cursor
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsmouse.c
51
static void GS_MoveCursor(_THIS,
SDL_Cursor
*cursor, int x, int y)
129
GS_MoveCursor(this,
SDL_cursor
, x, y);
134
SDL_Cursor
*cursor;
140
cursor =
SDL_cursor
;
/external/qemu/distrib/sdl-1.2.15/test/
testcursor.c
107
static
SDL_Cursor
*create_arrow_cursor()
146
SDL_Cursor
*cursor[3];
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWindow.m
224
SDL_Cursor
*sdlc = SDL_GetCursor();
SDL_QuartzEvents.m
[
all
...]
Completed in 241 milliseconds