Searched defs:nbuttons (Results 1 - 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/joystick/
H A DSDL_sysjoystick.h45 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/
H A DSDL_sysjoystick.c134 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
[all...]
/external/fio/
H A Dgfio.c205 int nbuttons)
209 for (i = 0; i < nbuttons; i++)
204 add_buttons(struct gui_entry *ge, struct button_spec *buttonlist, int nbuttons) argument

Completed in 100 milliseconds