Searched refs:uinput_event (Results 1 – 1 of 1) sorted by relevance
| /freebsd/usr.sbin/moused/msconvd/ |
| H A D | msconvd.c | 834 uinput_event(int fd, uint16_t type, uint16_t code, int32_t value) in uinput_event() function 854 if ((act->dx != 0 && uinput_event(fd, EV_REL, REL_X, act->dx) < 0) || in r_uinput_report() 855 (act->dy != 0 && uinput_event(fd, EV_REL, REL_Y, act->dy) < 0) || in r_uinput_report() 856 (act->dz != 0 && uinput_event(fd, EV_REL, REL_WHEEL, -act->dz) < 0)) in r_uinput_report() 863 if (uinput_event(fd, EV_KEY, evdev_buttons[i], in r_uinput_report() 868 if (uinput_event(fd, EV_SYN, SYN_REPORT, 0) < 0) in r_uinput_report()
|