OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QZ_INVISIBLE_GRAB
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzWM.m
259
if (grab_state !=
QZ_INVISIBLE_GRAB
) QZ_PrivateWarpCursor (this, x, y);
513
grab_state =
QZ_INVISIBLE_GRAB
;
520
grab_state =
QZ_INVISIBLE_GRAB
;
523
assert( grab_state ==
QZ_INVISIBLE_GRAB
);
541
assert( grab_state ==
QZ_INVISIBLE_GRAB
);
SDL_QuartzVideo.h
171
QZ_INVISIBLE_GRAB
SDL_QuartzEvents.m
839
if ( grab_state ==
QZ_INVISIBLE_GRAB
) {
[
all
...]
Completed in 14 milliseconds