Home
last modified time | relevance | path

Searched refs:SDL_CursorInit (Results 1 – 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_cursor_c.h27 extern int SDL_CursorInit(Uint32 flags);
DSDL_cursor.c65 int SDL_CursorInit(Uint32 multithreaded) in SDL_CursorInit() function
DSDL_video.c275 SDL_CursorInit(flags & SDL_INIT_EVENTTHREAD); in SDL_VideoInit()