HomeSort by relevance Sort by last modified time
    Searched defs:SDL_UnlockCursor (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_cursor_c.h 51 #define SDL_UnlockCursor() \
59 extern void SDL_UnlockCursor(void);
SDL_cursor.c 98 #ifndef SDL_UnlockCursor
99 void SDL_UnlockCursor(void)
231 SDL_UnlockCursor();
277 SDL_UnlockCursor();
333 SDL_UnlockCursor();

Completed in 66 milliseconds