OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numjoysticks
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/joystick/beos/
SDL_bejoystick.cc
60
int
numjoysticks
;
local
67
numjoysticks
= 0;
75
SDL_joyport[
numjoysticks
] = strdup(name);
76
SDL_joyname[
numjoysticks
] =
78
numjoysticks
++;
83
return(
numjoysticks
);
/external/qemu/distrib/sdl-1.2.12/src/joystick/linux/
SDL_sysjoystick.c
406
int
numjoysticks
;
local
414
numjoysticks
= 0;
423
SDL_joylist[
numjoysticks
].fname = SDL_strdup(path);
424
if ( SDL_joylist[
numjoysticks
].fname ) {
425
dev_nums[
numjoysticks
] = sb.st_rdev;
426
++
numjoysticks
;
446
for (n=0; (n<
numjoysticks
) && !duplicate; ++n) {
471
SDL_joylist[
numjoysticks
].fname = SDL_strdup(path);
472
if ( SDL_joylist[
numjoysticks
].fname ) {
473
dev_nums[
numjoysticks
] = sb.st_rdev
[
all
...]
Completed in 257 milliseconds