OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mouseInWindow
(Results
1 - 5
of
5
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_wimppoll.c
77
int
mouseInWindow
= 0;
86
if (
mouseInWindow
) WIMP_PollMouse(this);
192
mouseInWindow
= 0;
204
mouseInWindow
= 1;
SDL_riscostask.c
57
extern int
mouseInWindow
; /* Mouse is in WIMP window */
332
mouseInWindow
= 0;
SDL_riscosmouse.c
42
extern int
mouseInWindow
;
253
if (
mouseInWindow
) return RISCOS_ShowWMCursor(this, cursor);
SDL_riscosevents.c
240
extern int
mouseInWindow
;
245
if (!
mouseInWindow
) return;
SDL_wimpvideo.c
75
extern int
mouseInWindow
;
257
mouseInWindow
= 0;
Completed in 513 milliseconds