Home
last modified time | relevance | path

Searched refs:BTN_RIGHT (Results 1 – 10 of 10) sorted by relevance

/external/ltp/testcases/kernel/input/
Dinput03.c86 SAFE_IOCTL(NULL, fd, UI_SET_KEYBIT, BTN_RIGHT); in setup()
98 send_event(fd, EV_KEY, BTN_RIGHT, 1); in send_events()
101 send_event(fd, EV_KEY, BTN_RIGHT, 0); in send_events()
/external/autotest/client/bin/input/
Dlinux_input.py461 BTN_RIGHT = 0x111 variable
1158 BTN_RIGHT : 'RIGHT',
Dinput_device.py502 return int(self._get_value(EV_KEY, BTN_RIGHT) == 1)
/external/libxkbcommon/xkbcommon/test/
Devdev-scancodes.h304 #define BTN_RIGHT 0x111 macro
/external/strace/xlat/
Devdev_keycode.in276 BTN_RIGHT
Devdev_keycode.h806 #if defined(BTN_RIGHT) || (defined(HAVE_DECL_BTN_RIGHT) && HAVE_DECL_BTN_RIGHT)
807 XLAT(BTN_RIGHT),
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h356 #define BTN_RIGHT 0x111 macro
/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_tests.py18 BTN_LEFT, BTN_RIGHT, EV_KEY, EV_REL, REL_X, REL_Y, REL_WHEEL)
1847 linux_input_button = {'LEFT': BTN_LEFT, 'RIGHT': BTN_RIGHT}
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c168 [BTN_LEFT] = "LeftBtn", [BTN_RIGHT] = "RightBtn",
/external/autotest/client/cros/graphics/
Dgraphics_utils.py373 uinput.BTN_RIGHT