HomeSort by relevance Sort by last modified time
    Searched defs:naxes (Results 1 - 2 of 2) 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.
  /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...]

Completed in 27 milliseconds