OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_SystemCursor
(Results
1 - 5
of
5
) sorted by null
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_mouse.h
61
}
SDL_SystemCursor
;
163
extern DECLSPEC SDL_Cursor *SDLCALL SDL_CreateSystemCursor(
SDL_SystemCursor
id);
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_mouse.h
61
}
SDL_SystemCursor
;
163
extern DECLSPEC SDL_Cursor *SDLCALL SDL_CreateSystemCursor(
SDL_SystemCursor
id);
/prebuilts/misc/windows/sdl2/include/
SDL_mouse.h
61
}
SDL_SystemCursor
;
163
extern DECLSPEC SDL_Cursor *SDLCALL SDL_CreateSystemCursor(
SDL_SystemCursor
id);
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_mouse.h
61
}
SDL_SystemCursor
;
163
extern DECLSPEC SDL_Cursor *SDLCALL SDL_CreateSystemCursor(
SDL_SystemCursor
id);
/prebuilts/misc/windows/sdl2/test/
testwm2.c
126
cursor = SDL_CreateSystemCursor((
SDL_SystemCursor
)system_cursor);
Completed in 56 milliseconds