Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/input/
H A Duhid.c61 #define BTN_LEFT_VALUE(v) ((v) & 0x01) macro
183 report_event(input_dev, EV_KEY, BTN_LEFT, BTN_LEFT_VALUE((unsigned char)buf[0])); in mouse_report_events()

Completed in 2 milliseconds