Searched defs:naxes (Results 1 - 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/joystick/
H A DSDL_sysjoystick.h33 int naxes; /* Number of axis controls on the joystick */ member in struct:_SDL_Joystick
65 This should fill the nbuttons and naxes fields of the joystick structure.
/external/qemu/distrib/sdl-1.2.15/src/joystick/linux/
H A DSDL_sysjoystick.c45 int naxes; member in struct:__anon25332
131 int naxes; member in struct:joystick_logical_layout
593 joystick->naxes = 2;
595 joystick->naxes = n;
610 joystick->naxes = tmp_naxes;
621 joystick->naxes = special_joysticks[i].naxes;
643 joystick->naxes = tmp_naxes;
722 joystick->hwdata->abs_map[i] = joystick->naxes;
738 ++joystick->naxes;
[all...]

Completed in 319 milliseconds