Searched refs:btnmap (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/inputtest/ | ||
| H A D | xf86-input-inputtest.c | 262 init_button_map(unsigned char *btnmap, size_t size) argument 266 memset(btnmap, 0, size); 268 btnmap[i] = i; 299 unsigned char btnmap[MAX_BUTTONS + 1]; local in function:init_pointer 307 init_button_map(btnmap, ARRAY_SIZE(btnmap)); 318 btnmap, 353 unsigned char btnmap[MAX_BUTTONS + 1]; local in function:init_pointer_absolute 361 init_button_map(btnmap, ARRAY_SIZE(btnmap)); 430 unsigned char btnmap[MAX_BUTTONS + 1]; local in function:init_touch [all...] |
Completed in 2 milliseconds