Searched defs:nbutton (Results 1 - 1 of 1) sorted by last modified time

/external/qemu/distrib/sdl-1.2.15/src/joystick/bsd/
H A DSDL_sysjoystick.c407 int nbutton, naxe = -1; local
476 for (nbutton = 0; hid_get_item(hdata, &hitem) > 0;) {
504 if (joy->buttons[nbutton] != v) {
506 nbutton, v);
508 nbutton++;

Completed in 57 milliseconds