HomeSort by relevance Sort by last modified time
    Searched defs:nbuttons (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/joystick/
SDL_sysjoystick.h 45 int nbuttons; /* Number of buttons 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 134 int nbuttons; member in struct:joystick_logical_layout
171 int nbuttons; member in struct:joystick_logicalmap
305 int nbuttons, fd; local
316 nbuttons = -1;
318 nbuttons = n;
323 nbuttons=-1;
328 if (!SDL_strcmp(name, joystick_logicalmap[j].name) && (nbuttons==-1 || nbuttons==joystick_logicalmap[j].nbuttons)) {
598 joystick->nbuttons = 2
    [all...]

Completed in 412 milliseconds