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

  /external/qemu/distrib/sdl-1.2.12/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 122 if ( joystick->naxes > 0 ) {
124 (joystick->naxes*sizeof(Sint16));
138 if ( ((joystick->naxes > 0) && !joystick->axes)
148 joystick->naxes*sizeof(Sint16));
228 return(joystick->naxes);
274 if ( axis < joystick->naxes ) {
277 SDL_SetError("Joystick only has %d axes", joystick->naxes);
  /external/qemu/distrib/sdl-1.2.12/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.12/src/joystick/linux/
SDL_sysjoystick.c 45 int naxes; member in struct:__anon10737
128 int naxes; member in struct:joystick_logical_layout
580 joystick->naxes = 2;
582 joystick->naxes = n;
591 old_axes = joystick->naxes;
598 joystick->naxes = tmp_naxes;
609 joystick->naxes = special_joysticks[i].naxes;
631 joystick->naxes = tmp_naxes;
710 joystick->hwdata->abs_map[i] = joystick->naxes;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/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.12/src/joystick/amigaos/
SDL_sysjoystick.c 108 This should fill the nbuttons and naxes fields of the joystick structure.
135 joystick->naxes=2;
  /external/qemu/distrib/sdl-1.2.12/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.12/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.12/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.12/src/joystick/bsd/
SDL_sysjoystick.c 274 joy->naxes = 2;
318 joy->naxes = 0;
370 hw->axis_map[i] = joy->naxes++;
  /external/qemu/distrib/sdl-1.2.12/src/joystick/mint/
SDL_sysjoystick.c 322 joystick->naxes=0;
341 joystick->naxes=2;
  /external/qemu/distrib/sdl-1.2.12/src/joystick/os2/
SDL_sysjoystick.c 324 /* This should fill the nbuttons and naxes fields of the joystick structure. */
364 /* fill nbuttons, naxes, and nhats fields */
366 joystick->naxes = SYS_JoyData[index].axes;
431 for (i = 0; i < joystick->naxes; i++)
  /external/qemu/distrib/sdl-1.2.12/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 306 milliseconds