Home
last modified time | relevance | path

Searched refs:SDL_UnlockCursor (Results 1 – 5 of 5) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_cursor_c.h51 #define SDL_UnlockCursor() \ macro
59 extern void SDL_UnlockCursor(void);
DSDL_cursor.c98 #ifndef SDL_UnlockCursor
99 void SDL_UnlockCursor(void) in SDL_UnlockCursor() function
231 SDL_UnlockCursor(); in SDL_SetCursor()
277 SDL_UnlockCursor(); in SDL_ShowCursor()
333 SDL_UnlockCursor(); in SDL_MoveCursor()
DSDL_video.c730 SDL_UnlockCursor(); in SDL_SetVideoMode()
1048 SDL_UnlockCursor(); in SDL_UpdateRects()
1113 SDL_UnlockCursor(); in SDL_Flip()
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
DSDL_gsvideo.c611 SDL_UnlockCursor(); in GS_LockHWSurface()
621 SDL_UnlockCursor(); in GS_UnlockHWSurface()
658 SDL_UnlockCursor(); in GS_DMAFullUpdate()
DSDL_gsmouse.c124 SDL_UnlockCursor(); in GS_MoveCursor()