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

  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.h 118 BOOL cursor_should_be_visible; /* tells if cursor is supposed to be visible (SDL_ShowCursor) */ member in struct:SDL_PrivateVideoData
160 #define cursor_should_be_visible (this->hidden->cursor_should_be_visible) macro
SDL_QuartzWM.m 93 if (cursor_should_be_visible || !(SDL_GetAppState() & SDL_APPMOUSEFOCUS)) {
120 if ( cursor_should_be_visible ) {
121 cursor_should_be_visible = NO;
130 if ( ! cursor_should_be_visible ) {
131 cursor_should_be_visible = YES;
509 if ( cursor_should_be_visible )
SDL_QuartzVideo.m 386 cursor_should_be_visible = YES;
    [all...]

Completed in 71 milliseconds