Home
last modified time | relevance | path

Searched refs:BTN_EAST (Results 1 – 6 of 6) sorted by relevance

/external/libxkbcommon/test/
Devdev-scancodes.h330 #define BTN_EAST 0x131 macro
331 #define BTN_B BTN_EAST
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h382 #define BTN_EAST 0x131 macro
383 #define BTN_B BTN_EAST
/external/crosvm/devices/src/virtio/input/
Dconstants.rs339 pub const BTN_EAST: u16 = 0x131; constant
340 pub const BTN_B: u16 = BTN_EAST;
/external/strace/xlat/
Devdev_keycode.h1935 #if defined(BTN_EAST) || (defined(HAVE_DECL_BTN_EAST) && HAVE_DECL_BTN_EAST)
1937 static_assert((BTN_EAST) == (0x131), "BTN_EAST != 0x131");
1940 # define BTN_EAST 0x131
4151 [BTN_EAST] = XLAT(BTN_EAST),
Devdev_keycode.in309 BTN_EAST 0x131
/external/strace/
DChangeLog6984 (BTN_B): Remove, an alternative name for BTN_EAST.