OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:full_focus
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemmouse.c
169
const Uint8
full_focus
= (SDL_APPACTIVE|SDL_APPINPUTFOCUS|SDL_APPMOUSEFOCUS);
local
184
if ((SDL_GetAppState() &
full_focus
) ==
full_focus
) {
194
if ((SDL_GetAppState() &
full_focus
) ==
full_focus
) {
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11mouse.c
229
const Uint8
full_focus
= (SDL_APPACTIVE|SDL_APPINPUTFOCUS|SDL_APPMOUSEFOCUS);
local
246
(SDL_GetAppState() &
full_focus
) ==
full_focus
) {
Completed in 929 milliseconds