Home
last modified time | relevance | path

Searched refs:mbuttons (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/bluetooth/bthidd/
H A Dbtuinput.c55 static int16_t const mbuttons[8] = { variable
361 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()