OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 17 milliseconds