OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nbutton
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/joystick/bsd/
SDL_sysjoystick.c
407
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
++;
/external/chromium_org/ui/views/examples/
button_example.cc
22
const char kMultiLineText[] = "Multi-Line\
nButton
Text Is Here To Stay!\n123";
Completed in 304 milliseconds