HomeSort by relevance Sort by last modified time
    Searched refs:CURSOR_USINGSW (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_cursor_c.h 68 #define CURSOR_USINGSW 0x10
70 (((X)&(CURSOR_VISIBLE|CURSOR_USINGSW)) == \
71 (CURSOR_VISIBLE|CURSOR_USINGSW))
SDL_cursor.c 206 SDL_cursorstate &= ~CURSOR_USINGSW;
208 SDL_cursorstate |= CURSOR_USINGSW;
221 if ( SDL_cursor && (SDL_cursorstate & CURSOR_USINGSW) ) {
SDL_video.c 654 SDL_cursorstate &= ~CURSOR_USINGSW;
    [all...]

Completed in 267 milliseconds