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 139 watchForMouseUp = YES;
147 if (watchForMouseUp && [event type] == NSLeftMouseUp)
149 watchForMouseUp = NO;

Completed in 32 milliseconds