Searched refs:BTN_LEFT (Results 1 – 4 of 4) sorted by relevance
41 #ifndef BTN_LEFT42 #define BTN_LEFT 0x110 /* from <linux/input.h> */ macro244 xenfb_send_key(xenfb, btn->down, BTN_LEFT); in xenfb_mouse_event()247 xenfb_send_key(xenfb, btn->down, BTN_LEFT + 1); in xenfb_mouse_event()250 xenfb_send_key(xenfb, btn->down, BTN_LEFT + 2); in xenfb_mouse_event()
356 #define BTN_LEFT 0x110 macro
208 case BTN_LEFT: in input_linux_handle_mouse()
27 [INPUT_BUTTON_LEFT] = BTN_LEFT,