Home
last modified time | relevance | path

Searched refs:BTN_RIGHT_VALUE (Results 1 - 1 of 1) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/input/
H A Duhid.c62 #define BTN_RIGHT_VALUE(v) (((v) & 0x02)>>1) macro
184 report_event(input_dev, EV_KEY, BTN_RIGHT, BTN_RIGHT_VALUE((unsigned char)buf[0])); in mouse_report_events()

Completed in 1 milliseconds