OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:numport
(Results
1 - 1
of
1
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/joystick/mint/
SDL_sysjoystick.c
549
int numjoypad,i,
numport
;
local
551
numjoypad =
numport
= 0;
562
numjoypad = 4;
numport
= 1; break;
564
numjoypad = 5;
numport
= 1; break;
566
numjoypad = 6;
numport
= 1; break;
568
numjoypad = 7;
numport
= 1; break;
573
if (has_teamtap[
numport
]==TEAMTAP_MAYBE) {
574
detect_teamtap(
numport
);
577
if (has_teamtap[
numport
] == TEAMTAP_NO) {
Completed in 38 milliseconds