Searched refs:REMOTE_BUTTON_MIDDLE (Results 1 – 2 of 2) sorted by relevance
130 (buttons & REMOTE_BUTTON_MIDDLE) ? "middle " : "", in print_input()151 input_report_key(dev, BTN_MIDDLE, buttons & REMOTE_BUTTON_MIDDLE); in send_mouse_event()
43 #define REMOTE_BUTTON_MIDDLE 0x02 macro