Home | History | Annotate | Download | only in linux

Lines Matching defs:buttons

44 	vector<int> buttons, relAxes, absAxes, hats;
137 << ") : Reading device buttons features" << endl;
141 OIS_EXCEPT( E_General, "Could not read device buttons features");
147 components.buttons.push_back(j);
165 int buttons = 0;
172 for(vector<int>::iterator i = info.buttons.begin(), e = info.buttons.end(); i != e; ++i )
180 js.button_map[*i] = buttons++;
184 << " OIS Button Num: " << dec << buttons-1 << endl;
191 //Joy Buttons found, so it must be a joystick or pad
196 js.buttons = buttons;