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.12/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.12/src/joystick/linux/
SDL_sysjoystick.c 131 int nbuttons; member in struct:joystick_logical_layout
168 int nbuttons; member in struct:joystick_logicalmap
302 int nbuttons, fd; local
313 nbuttons = -1;
315 nbuttons = n;
320 nbuttons=-1;
325 if (!SDL_strcmp(name, joystick_logicalmap[j].name) && (nbuttons==-1 || nbuttons==joystick_logicalmap[j].nbuttons)) {
585 joystick->nbuttons = 2
    [all...]

Completed in 36 milliseconds