HomeSort by relevance Sort by last modified time
    Searched refs:naxes (Results 1 - 12 of 12) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/joystick/
SDL_sysjoystick.h 33 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.
SDL_joystick.c 128 if ( joystick->naxes > 0 ) {
130 (joystick->naxes*sizeof(Sint16));
144 if ( ((joystick->naxes > 0) && !joystick->axes)
155 joystick->naxes*sizeof(Sint16));
230 return(joystick->naxes);
276 if ( axis < joystick->naxes ) {
279 SDL_SetError("Joystick only has %d axes", joystick->naxes);
437 if (axis >= joystick->naxes) {
  /external/qemu/distrib/sdl-1.2.15/src/joystick/beos/
SDL_bejoystick.cc 94 This should fill the nbuttons and naxes fields of the joystick structure.
124 joystick->naxes = stick->CountAxes();
128 SDL_malloc(joystick->naxes*sizeof(int16));
179 for ( i=0; i<joystick->naxes; ++i ) {
  /external/qemu/distrib/sdl-1.2.15/src/joystick/linux/
SDL_sysjoystick.c 45 int naxes; member in struct:__anon13327
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...]
  /external/qemu/distrib/sdl-1.2.15/src/joystick/riscos/
SDL_sysjoystick.c 85 This should fill the nbuttons and naxes fields of the joystick structure.
102 joystick->naxes=2;
  /external/qemu/distrib/sdl-1.2.15/src/joystick/nds/
SDL_sysjoystick.c 60 This should fill the nbuttons and naxes fields of the joystick structure.
68 joystick->naxes=2;
  /external/qemu/distrib/sdl-1.2.15/src/joystick/macos/
SDL_sysjoystick.c 148 This should fill the nbuttons and naxes fields of the joystick structure.
207 joystick->naxes = numAxis;
232 for(i = 0, j = 0; i < joystick->naxes; i++, j++)
  /external/qemu/distrib/sdl-1.2.15/src/joystick/dc/
SDL_sysjoystick.c 85 This should fill the nbuttons and naxes fields of the joystick structure.
99 /* fill nbuttons, naxes, and nhats fields */
101 joystick->naxes = MAX_AXES;
  /external/qemu/distrib/sdl-1.2.15/src/joystick/win32/
SDL_mmjoystick.c 187 This should fill the nbuttons and naxes fields of the joystick structure.
236 /* fill nbuttons, naxes, and nhats fields */
238 joystick->naxes = SYS_Joystick[index].wNumAxes;
305 for (i = 0; i < joystick->naxes; i++) {
  /external/qemu/distrib/sdl-1.2.15/src/joystick/bsd/
SDL_sysjoystick.c 287 joy->naxes = 2;
335 joy->naxes = 0;
387 hw->axis_map[i] = joy->naxes++;
  /external/qemu/distrib/sdl-1.2.15/src/joystick/mint/
SDL_sysjoystick.c 417 joystick->naxes=0;
436 joystick->naxes=2;
  /external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
SDL_sysjoystick.c 695 * This should fill the nbuttons and naxes fields of the joystick structure.
709 joystick->naxes = device->axes;

Completed in 182 milliseconds