Home
last modified time | relevance | path

Searched refs:REL_Y (Results 1 – 3 of 3) sorted by relevance

/qemu/hw/input/
H A Dvirtio-input-hid.c39 [INPUT_AXIS_Y] = REL_Y,
350 (1 << REL_X) | (1 << REL_Y),
375 (1 << REL_X) | (1 << REL_Y),
/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h820 #define REL_Y 0x01 macro
/qemu/ui/
H A Dinput-linux.c237 case REL_Y: in input_linux_handle_mouse()