OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shiftkeys
(Results
1 - 1
of
1
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/dc/
SDL_dcevents.c
100
int
shiftkeys
;
local
119
shiftkeys
= state->shift_keys ^ old_state.shift_keys;
121
if ((
shiftkeys
>>i)&1) {
Completed in 73 milliseconds