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

  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWindow.h 31 BOOL watchForMouseUp;
SDL_QuartzWindow.m 140 watchForMouseUp = YES;
148 if (watchForMouseUp && [event type] == NSLeftMouseUp)
150 watchForMouseUp = NO;

Completed in 2100 milliseconds