Searched refs:mbuttons (Results 1 – 1 of 1) sorted by relevance
55 static int16_t const mbuttons[8] = { variable361 for (i = 0; i < nitems(mbuttons); i++) in uinput_open_mouse()362 if (ioctl(fd, UI_SET_KEYBIT, mbuttons[i]) < 0) in uinput_open_mouse()492 for (i = 0; i < nitems(mbuttons); i++) { in uinput_rep_mouse()496 if (uinput_write_event(fd, EV_KEY, mbuttons[i], in uinput_rep_mouse()