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