Home
last modified time | relevance | path

Searched refs:BTN_LEFT (Results 1 – 4 of 4) sorted by relevance

/qemu/hw/display/
H A Dxenfb.c40 #ifndef BTN_LEFT
41 #define BTN_LEFT 0x110 /* from <linux/input.h> */ macro
243 xenfb_send_key(xenfb, btn->down, BTN_LEFT); in xenfb_mouse_event()
246 xenfb_send_key(xenfb, btn->down, BTN_LEFT + 1); in xenfb_mouse_event()
249 xenfb_send_key(xenfb, btn->down, BTN_LEFT + 2); in xenfb_mouse_event()
/qemu/ui/
H A Dinput-linux.c208 case BTN_LEFT: in input_linux_handle_mouse()
/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h356 #define BTN_LEFT 0x110 macro
/qemu/hw/input/
H A Dvirtio-input-hid.c27 [INPUT_BUTTON_LEFT] = BTN_LEFT,