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

  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_macmouse_c.h 34 extern int Mac_cursor_showing;
SDL_macmouse.c 89 int Mac_cursor_showing = 1;
94 if ( Mac_cursor_showing ) {
96 Mac_cursor_showing = 0;
100 if ( ! Mac_cursor_showing ) {
102 Mac_cursor_showing = 1;
SDL_macevents.c 81 if ( ! Mac_cursor_showing ) {
83 Mac_cursor_showing = 1;

Completed in 207 milliseconds