OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:button_3
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbevents.c
713
int button_1,
button_3
;
local
725
button_3
= (button & 0x01) << 2;
727
button |= (button_1|
button_3
);
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsevents.c
582
int button_1,
button_3
;
local
594
button_3
= (button & 0x01) << 2;
596
button |= (button_1|
button_3
);
Completed in 24 milliseconds