OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nbutton
(Results
1 - 1
of
1
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/joystick/bsd/
SDL_sysjoystick.c
390
int
nbutton
, naxe = -1;
local
459
for (
nbutton
= 0; hid_get_item(hdata, &hitem) > 0;) {
487
if (joy->buttons[
nbutton
] != v) {
489
nbutton
, v);
491
nbutton
++;
Completed in 94 milliseconds